Html Css Color HEX #702206 Baker's Chocolate

📋 copy color: '#702206'

red 112 ◦ green 34 ◦ blue 6

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

Shades of Baker's Chocolate #702206

Tints of Baker's Chocolate #702206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 73.68%
G = 22.37%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#702206 (or 0x702206) is known color: Baker's Chocolate. HEX triplet: 70, 22 and 06. RGB value is (112,34,6). Sum of RGB (Red+Green+Blue) = 112+34+6=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702206 is #8FDDF9. Grayscale: #363636. Windows color (decimal): -9428474 or 402032. OLE color: 402032.

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

Color convert

RGB 112 34 6 -
CMYK 0 0.70 0.95 0.56
HSL 15.85º 0.9% 0.23% -
HSV(B) 15.85º 0.95% 0.44% -
XYZ 7.29 4.6 0.68 -
YUV 54.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 112 34 6 0 0.70 0.95 0.56 15.85 0.9 0.23
Hex 70 22 6 0 46 5F 38 10 5A 17
Octal 160 42 6 0 106 137 70 20 132 27
Binary 1110000 100010 110 0 1000110 1011111 111000 10000 1011010 10111

Color Harmonies of #702206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702206

Black with #702206

Text Example


Text Example

White with #702206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702206; }

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

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

background-color css

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

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

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

border-color css

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

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

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