#694024

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

Shades of Semi-Sweet Chocolate #694024

Tints of Semi-Sweet Chocolate #694024

Color information

#694024 (or 0x694024) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 40 and 24. RGB value is (105,64,36). Sum of RGB (Red+Green+Blue) = 105+64+36=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #694024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694024 is #96BFDB. Grayscale: #494949. Windows color (decimal): -9879516 or 2375785. OLE color: 2375785.

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

Color convert

RGB1056436-
CMYK00.390.660.59
HSL24.35º48.94%27.65%-
HSV(B)24.35º65.71%41.18%-
XYZ7.986.82.56-
YUV73.07107.08150.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=51.22%
G=31.22%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105643600.390.660.5924.3548.9427.65
Hex694024027423B18311c
Octal1511004404710273306134
Binary11010011000000100100010011110000101110111100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694024; }

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

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

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

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

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

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

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

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