Html Css Color HEX #706611 Olivetone

📋 copy color: '#706611'

red 112 ◦ green 102 ◦ blue 17

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

Shades of Olivetone #706611

Tints of Olivetone #706611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 48.48%
G = 44.16%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706611 (or 0x706611) is known color: Olivetone. HEX triplet: 70, 66 and 11. RGB value is (112,102,17). Sum of RGB (Red+Green+Blue) = 112+102+17=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706611 is #8F99EE. Grayscale: #5F5F5F. Windows color (decimal): -9411055 or 1140336. OLE color: 1140336.

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

Color convert

RGB 112 102 17 -
CMYK 0 0.09 0.85 0.56
HSL 53.68º 0.74% 0.25% -
HSV(B) 53.68º 0.85% 0.44% -
XYZ 11.53 12.99 2.43 -
YUV 95.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 112 102 17 0 0.09 0.85 0.56 53.68 0.74 0.25
Hex 70 66 11 0 9 55 38 36 4A 19
Octal 160 146 21 0 11 125 70 66 112 31
Binary 1110000 1100110 10001 0 1001 1010101 111000 110110 1001010 11001

Color Harmonies of #706611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706611

Black with #706611

Text Example


Text Example

White with #706611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706611; }

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

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

background-color css

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

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

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

border-color css

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

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

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