Html Css Color HEX #702806 Baker's Chocolate

📋 copy color: '#702806'

red 112 ◦ green 40 ◦ blue 6

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

Shades of Baker's Chocolate #702806

Tints of Baker's Chocolate #702806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 70.89%
G = 25.32%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#702806 (or 0x702806) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 06. RGB value is (112,40,6). Sum of RGB (Red+Green+Blue) = 112+40+6=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #702806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702806 is #8FD7F9. Grayscale: #393939. Windows color (decimal): -9426938 or 403568. OLE color: 403568.

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

Color convert

RGB 112 40 6 -
CMYK 0 0.64 0.95 0.56
HSL 19.25º 0.9% 0.23% -
HSV(B) 19.25º 0.95% 0.44% -
XYZ 7.47 4.98 0.74 -
YUV 57.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 112 40 6 0 0.64 0.95 0.56 19.25 0.9 0.23
Hex 70 28 6 0 40 5F 38 13 5A 17
Octal 160 50 6 0 100 137 70 23 132 27
Binary 1110000 101000 110 0 1000000 1011111 111000 10011 1011010 10111

Color Harmonies of #702806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702806

Black with #702806

Text Example


Text Example

White with #702806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702806; }

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

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

background-color css

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

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

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

border-color css

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

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

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