Html Css Color HEX #712406 Baker's Chocolate

📋 copy color: '#712406'

red 113 ◦ green 36 ◦ blue 6

#712406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #712406

Tints of Baker's Chocolate #712406

RGB

 RED value IS 113 (44.53% from 255) = 72.9%

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 72.9%
G = 23.23%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712406 (or 0x712406) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 06. RGB value is (113,36,6). Sum of RGB (Red+Green+Blue) = 113+36+6=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712406 is #8EDBF9. Grayscale: #373737. Windows color (decimal): -9362426 or 402545. OLE color: 402545.

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

Color convert

RGB 113 36 6 -
CMYK 0 0.68 0.95 0.56
HSL 16.82º 0.9% 0.23% -
HSV(B) 16.82º 0.95% 0.44% -
XYZ 7.47 4.79 0.7 -
YUV 55.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 113 36 6 0 0.68 0.95 0.56 16.82 0.9 0.23
Hex 71 24 6 0 44 5F 38 11 5A 17
Octal 161 44 6 0 104 137 70 21 132 27
Binary 1110001 100100 110 0 1000100 1011111 111000 10001 1011010 10111

Color Harmonies of #712406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712406

Black with #712406

Text Example


Text Example

White with #712406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712406; }

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

 H1.HeaderClassName
 {
   color: #712406;
 }
 .AnyTagClassName
 {
   color: #712406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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