Html Css Color HEX #712706 Baker's Chocolate

📋 copy color: '#712706'

red 113 ◦ green 39 ◦ blue 6

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

Shades of Baker's Chocolate #712706

Tints of Baker's Chocolate #712706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 71.52%
G = 24.68%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712706 (or 0x712706) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 06. RGB value is (113,39,6). Sum of RGB (Red+Green+Blue) = 113+39+6=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712706 is #8ED8F9. Grayscale: #393939. Windows color (decimal): -9361658 or 403313. OLE color: 403313.

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

Color convert

RGB 113 39 6 -
CMYK 0 0.65 0.95 0.56
HSL 18.5º 0.9% 0.23% -
HSV(B) 18.5º 0.95% 0.44% -
XYZ 7.57 4.97 0.73 -
YUV 57.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 113 39 6 0 0.65 0.95 0.56 18.5 0.9 0.23
Hex 71 27 6 0 41 5F 38 13 5A 17
Octal 161 47 6 0 101 137 70 23 132 27
Binary 1110001 100111 110 0 1000001 1011111 111000 10011 1011010 10111

Color Harmonies of #712706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712706

Black with #712706

Text Example


Text Example

White with #712706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712706; }

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

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

background-color css

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

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

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

border-color css

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

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

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