#693616

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

Shades of Baker's Chocolate #693616

Tints of Baker's Chocolate #693616

Color information

#693616 (or 0x693616) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 36 and 16. RGB value is (105,54,22). Sum of RGB (Red+Green+Blue) = 105+54+22=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693616 is #96C9E9. Grayscale: #414141. Windows color (decimal): -9882090 or 1455721. OLE color: 1455721.

HSL color Cylindrical-coordinate representation of color #693616: hue angle of 23.13º 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 #693616 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1055422-
CMYK00.490.790.59
HSL23.13º65.35%24.9%-
HSV(B)23.13º79.05%41.18%-
XYZ7.295.71.47-
YUV65.6103.4156.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=58.01%
G=29.83%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105542200.490.790.5923.1365.3524.9
Hex6936160314F3B174119
Octal1516626061117732710131
Binary1101001110110101100110001100111111101110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693616; }

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

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

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

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

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

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

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

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