#693916

Color #693916 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #693916

Tints of Baker's Chocolate #693916

Color information

#693916 (or 0x693916) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 39 and 16. RGB value is (105,57,22). Sum of RGB (Red+Green+Blue) = 105+57+22=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693916 is #96C6E9. Grayscale: #434343. Windows color (decimal): -9881322 or 1456489. OLE color: 1456489.

HSL color Cylindrical-coordinate representation of color #693916: hue angle of 25.3º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #693916 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1055722-
CMYK00.460.790.59
HSL25.3º65.35%24.9%-
HSV(B)25.3º79.05%41.18%-
XYZ7.435.991.52-
YUV67.36102.4154.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=57.07%
G=30.98%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105572200.460.790.5925.365.3524.9
Hex69391602E4F3B194119
Octal1517126056117733110131
Binary1101001111001101100101110100111111101111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693916; }

 p { color: rgb(105,57,22); }

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

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

 a { background-color: rgb(105,57,22); }

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

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

 span { border-color: rgb(105,57,22); }

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