#693416

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

Shades of Baker's Chocolate #693416

Tints of Baker's Chocolate #693416

Color information

#693416 (or 0x693416) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 34 and 16. RGB value is (105,52,22). Sum of RGB (Red+Green+Blue) = 105+52+22=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #693416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693416 is #96CBE9. Grayscale: #404040. Windows color (decimal): -9882602 or 1455209. OLE color: 1455209.

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

Color convert

RGB1055222-
CMYK00.500.790.59
HSL21.69º65.35%24.9%-
HSV(B)21.69º79.05%41.18%-
XYZ7.25.521.44-
YUV64.43104.06156.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=58.66%
G=29.05%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105522200.500.790.5921.6965.3524.9
Hex6934160324F3B164119
Octal1516426062117732610131
Binary1101001110100101100110010100111111101110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693416; }

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

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

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

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

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

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

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

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