#712606

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

Shades of Baker's Chocolate #712606

Tints of Baker's Chocolate #712606

Color information

#712606 (or 0x712606) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 26 and 06. RGB value is (113,38,6). Sum of RGB (Red+Green+Blue) = 113+38+6=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712606 is #8ED9F9. Grayscale: #383838. Windows color (decimal): -9361914 or 403057. OLE color: 403057.

HSL color Cylindrical-coordinate representation of color #712606: hue angle of 17.94º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #712606 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113386-
CMYK00.660.950.56
HSL17.94º89.92%23.33%-
HSV(B)17.94º94.69%44.31%-
XYZ7.544.910.72-
YUV56.7899.35168.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=71.97%
G=24.20%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11338600.660.950.5617.9489.9223.33
Hex712660425F38125a17
Octal1614660102137702213227
Binary111000110011011001000010101111111100010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712606; }

 p { color: rgb(113,38,6); }

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

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

 a { background-color: rgb(113,38,6); }

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

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

 span { border-color: rgb(113,38,6); }

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