#694028

Color #694028 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #694028

Tints of Semi-Sweet Chocolate #694028

Color information

#694028 (or 0x694028) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 40 and 28. RGB value is (105,64,40). Sum of RGB (Red+Green+Blue) = 105+64+40=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694028 is #96BFD7. Grayscale: #494949. Windows color (decimal): -9879512 or 2637929. OLE color: 2637929.

HSL color Cylindrical-coordinate representation of color #694028: hue angle of 22.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694028 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1056440-
CMYK00.390.620.59
HSL22.15º44.83%28.43%-
HSV(B)22.15º61.9%41.18%-
XYZ8.046.822.9-
YUV73.52109.08150.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=50.24%
G=30.62%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105644000.390.620.5922.1544.8328.43
Hex6940280273E3B162d1c
Octal151100500477673265534
Binary1101001100000010100001001111111101110111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694028; }

 p { color: rgb(105,64,40); }

 H1.HeaderClassName
 {
   color: #694028;
 }
 .AnyTagClassName
 {
   color: #694028;
 }
</style>
background-color css

<style>
 a { background-color: #694028; }

 a { background-color: rgb(105,64,40); }

 div.DivClassName
 {
   background-color: #694028;
 }
 .BgClassName
 {
   background-color: #694028;
 }
</style>
border-color css

<style>
 span { border-color: #694028; }

 span { border-color: rgb(105,64,40); }

 td.TdClassName
 {
   border-color: #694028;
 }
 .TagClassName
 {
   border-color: #694028;
 }
</style>