Html Css Color HEX #712E06 Baker's Chocolate

📋 copy color: '#712E06'

red 113 ◦ green 46 ◦ blue 6

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

Shades of Baker's Chocolate #712E06

Tints of Baker's Chocolate #712E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

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

R = 68.48%
G = 27.88%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712E06 (or 0x712E06) is known color: Baker's Chocolate. HEX triplet: 71, 2E and 06. RGB value is (113,46,6). Sum of RGB (Red+Green+Blue) = 113+46+6=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E06 is #8ED1F9. Grayscale: #3D3D3D. Windows color (decimal): -9359866 or 405105. OLE color: 405105.

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

Color convert

RGB 113 46 6 -
CMYK 0 0.59 0.95 0.56
HSL 22.43º 0.9% 0.23% -
HSV(B) 22.43º 0.95% 0.44% -
XYZ 7.82 5.48 0.82 -
YUV 61.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 113 46 6 0 0.59 0.95 0.56 22.43 0.9 0.23
Hex 71 2E 6 0 3B 5F 38 16 5A 17
Octal 161 56 6 0 73 137 70 26 132 27
Binary 1110001 101110 110 0 111011 1011111 111000 10110 1011010 10111

Color Harmonies of #712E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E06

Black with #712E06

Text Example


Text Example

White with #712E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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