Html Css Color HEX #702906 Baker's Chocolate

📋 copy color: '#702906'

red 112 ◦ green 41 ◦ blue 6

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

Shades of Baker's Chocolate #702906

Tints of Baker's Chocolate #702906

RGB

 RED value IS 112 (44.14% from 255) = 70.44%

 GREEN value IS 41 (16.41% from 255) = 25.79%

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

R = 70.44%
G = 25.79%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#702906 (or 0x702906) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 06. RGB value is (112,41,6). Sum of RGB (Red+Green+Blue) = 112+41+6=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702906 is #8FD6F9. Grayscale: #3A3A3A. Windows color (decimal): -9426682 or 403824. OLE color: 403824.

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

Color convert

RGB 112 41 6 -
CMYK 0 0.63 0.95 0.56
HSL 19.81º 0.9% 0.23% -
HSV(B) 19.81º 0.95% 0.44% -
XYZ 7.51 5.04 0.75 -
YUV 58.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 112 41 6 0 0.63 0.95 0.56 19.81 0.9 0.23
Hex 70 29 6 0 3F 5F 38 14 5A 17
Octal 160 51 6 0 77 137 70 24 132 27
Binary 1110000 101001 110 0 111111 1011111 111000 10100 1011010 10111

Color Harmonies of #702906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702906

Black with #702906

Text Example


Text Example

White with #702906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702906; }

 p { color: rgb(112,41,6); }

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

background-color css

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

 a { background-color: rgb(112,41,6); }

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

border-color css

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

 span { border-color: rgb(112,41,6); }

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