Html Css Color HEX #713106 Baker's Chocolate

📋 copy color: '#713106'

red 113 ◦ green 49 ◦ blue 6

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

Shades of Baker's Chocolate #713106

Tints of Baker's Chocolate #713106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 67.26%
G = 29.17%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713106 (or 0x713106) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 06. RGB value is (113,49,6). Sum of RGB (Red+Green+Blue) = 113+49+6=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #713106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713106 is #8ECEF9. Grayscale: #3F3F3F. Windows color (decimal): -9359098 or 405873. OLE color: 405873.

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

Color convert

RGB 113 49 6 -
CMYK 0 0.57 0.95 0.56
HSL 24.11º 0.9% 0.23% -
HSV(B) 24.11º 0.95% 0.44% -
XYZ 7.94 5.72 0.86 -
YUV 63.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 113 49 6 0 0.57 0.95 0.56 24.11 0.9 0.23
Hex 71 31 6 0 39 5F 38 18 5A 17
Octal 161 61 6 0 71 137 70 30 132 27
Binary 1110001 110001 110 0 111001 1011111 111000 11000 1011010 10111

Color Harmonies of #713106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713106

Black with #713106

Text Example


Text Example

White with #713106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713106; }

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

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

background-color css

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

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

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

border-color css

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

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

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