Html Css Color HEX #706416 Olivetone

📋 copy color: '#706416'

red 112 ◦ green 100 ◦ blue 22

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

Shades of Olivetone #706416

Tints of Olivetone #706416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 47.86%
G = 42.74%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#706416 (or 0x706416) is known color: Olivetone. HEX triplet: 70, 64 and 16. RGB value is (112,100,22). Sum of RGB (Red+Green+Blue) = 112+100+22=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706416 is #8F9BE9. Grayscale: #5F5F5F. Windows color (decimal): -9411562 or 1467504. OLE color: 1467504.

HSL color Cylindrical-coordinate representation of color #706416: hue angle of 52º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706416 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 22 -
CMYK 0 0.11 0.80 0.56
HSL 52º 0.67% 0.26% -
HSV(B) 52º 0.8% 0.44% -
XYZ 11.38 12.62 2.59 -
YUV 94.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 112 100 22 0 0.11 0.80 0.56 52 0.67 0.26
Hex 70 64 16 0 B 50 38 34 43 1A
Octal 160 144 26 0 13 120 70 64 103 32
Binary 1110000 1100100 10110 0 1011 1010000 111000 110100 1000011 11010

Color Harmonies of #706416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706416

Black with #706416

Text Example


Text Example

White with #706416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706416; }

 p { color: rgb(112,100,22); }

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

background-color css

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

 a { background-color: rgb(112,100,22); }

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

border-color css

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

 span { border-color: rgb(112,100,22); }

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