Html Css Color HEX #706620 Olivetone

📋 copy color: '#706620'

red 112 ◦ green 102 ◦ blue 32

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

Shades of Olivetone #706620

Tints of Olivetone #706620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.46%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 45.53%
G = 41.46%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706620 (or 0x706620) is known color: Olivetone. HEX triplet: 70, 66 and 20. RGB value is (112,102,32). Sum of RGB (Red+Green+Blue) = 112+102+32=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706620 is #8F99DF. Grayscale: #616161. Windows color (decimal): -9411040 or 2123376. OLE color: 2123376.

HSL color Cylindrical-coordinate representation of color #706620: hue angle of 52.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706620 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 32 -
CMYK 0 0.09 0.71 0.56
HSL 52.5º 0.56% 0.28% -
HSV(B) 52.5º 0.71% 0.44% -
XYZ 11.69 13.05 3.27 -
YUV 97.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 112 102 32 0 0.09 0.71 0.56 52.5 0.56 0.28
Hex 70 66 20 0 9 47 38 34 38 1C
Octal 160 146 40 0 11 107 70 64 70 34
Binary 1110000 1100110 100000 0 1001 1000111 111000 110100 111000 11100

Color Harmonies of #706620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706620

Black with #706620

Text Example


Text Example

White with #706620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706620; }

 p { color: rgb(112,102,32); }

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

background-color css

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

 a { background-color: rgb(112,102,32); }

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

border-color css

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

 span { border-color: rgb(112,102,32); }

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