#713206

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

Shades of Baker's Chocolate #713206

Tints of Baker's Chocolate #713206

Color information

#713206 (or 0x713206) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 32 and 06. RGB value is (113,50,6). Sum of RGB (Red+Green+Blue) = 113+50+6=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713206 is #8ECDF9. Grayscale: #404040. Windows color (decimal): -9358842 or 406129. OLE color: 406129.

HSL color Cylindrical-coordinate representation of color #713206: hue angle of 24.67º 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 #713206 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113506-
CMYK00.560.950.56
HSL24.67º89.92%23.33%-
HSV(B)24.67º94.69%44.31%-
XYZ7.985.810.87-
YUV63.8295.37163.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=66.86%
G=29.59%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11350600.560.950.5624.6789.9223.33
Hex713260385F38195a17
Octal161626070137703113227
Binary11100011100101100111000101111111100011001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713206; }

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

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

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

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

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

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

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

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