Html Css Color HEX #706617 Olivetone

📋 copy color: '#706617'

red 112 ◦ green 102 ◦ blue 23

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

Shades of Olivetone #706617

Tints of Olivetone #706617

RGB

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

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

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

R = 47.26%
G = 43.04%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706617 (or 0x706617) is known color: Olivetone. HEX triplet: 70, 66 and 17. RGB value is (112,102,23). Sum of RGB (Red+Green+Blue) = 112+102+23=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706617 is #8F99E8. Grayscale: #606060. Windows color (decimal): -9411049 or 1533552. OLE color: 1533552.

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

Color convert

RGB 112 102 23 -
CMYK 0 0.09 0.79 0.56
HSL 53.26º 0.66% 0.26% -
HSV(B) 53.26º 0.79% 0.44% -
XYZ 11.59 13.01 2.71 -
YUV 95.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 112 102 23 0 0.09 0.79 0.56 53.26 0.66 0.26
Hex 70 66 17 0 9 4F 38 35 42 1A
Octal 160 146 27 0 11 117 70 65 102 32
Binary 1110000 1100110 10111 0 1001 1001111 111000 110101 1000010 11010

Color Harmonies of #706617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706617

Black with #706617

Text Example


Text Example

White with #706617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706617; }

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

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

background-color css

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

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

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

border-color css

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

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

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