Html Css Color HEX #706417 Olivetone

📋 copy color: '#706417'

red 112 ◦ green 100 ◦ blue 23

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

Shades of Olivetone #706417

Tints of Olivetone #706417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 47.66%
G = 42.55%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706417 (or 0x706417) is known color: Olivetone. HEX triplet: 70, 64 and 17. RGB value is (112,100,23). Sum of RGB (Red+Green+Blue) = 112+100+23=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706417 is #8F9BE8. Grayscale: #5F5F5F. Windows color (decimal): -9411561 or 1533040. OLE color: 1533040.

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

Color convert

RGB 112 100 23 -
CMYK 0 0.11 0.79 0.56
HSL 51.91º 0.66% 0.26% -
HSV(B) 51.91º 0.79% 0.44% -
XYZ 11.39 12.62 2.65 -
YUV 94.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 112 100 23 0 0.11 0.79 0.56 51.91 0.66 0.26
Hex 70 64 17 0 B 4F 38 34 42 1A
Octal 160 144 27 0 13 117 70 64 102 32
Binary 1110000 1100100 10111 0 1011 1001111 111000 110100 1000010 11010

Color Harmonies of #706417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706417

Black with #706417

Text Example


Text Example

White with #706417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706417; }

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

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

background-color css

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

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

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

border-color css

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

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

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