Html Css Color HEX #706622 Olivetone

📋 copy color: '#706622'

red 112 ◦ green 102 ◦ blue 34

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

Shades of Olivetone #706622

Tints of Olivetone #706622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 45.16%
G = 41.13%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#706622 (or 0x706622) is known color: Olivetone. HEX triplet: 70, 66 and 22. RGB value is (112,102,34). Sum of RGB (Red+Green+Blue) = 112+102+34=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706622 is #8F99DD. Grayscale: #616161. Windows color (decimal): -9411038 or 2254448. OLE color: 2254448.

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

Color convert

RGB 112 102 34 -
CMYK 0 0.09 0.70 0.56
HSL 52.31º 0.53% 0.29% -
HSV(B) 52.31º 0.7% 0.44% -
XYZ 11.72 13.06 3.42 -
YUV 97.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 112 102 34 0 0.09 0.70 0.56 52.31 0.53 0.29
Hex 70 66 22 0 9 46 38 34 35 1D
Octal 160 146 42 0 11 106 70 64 65 35
Binary 1110000 1100110 100010 0 1001 1000110 111000 110100 110101 11101

Color Harmonies of #706622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706622

Black with #706622

Text Example


Text Example

White with #706622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706622; }

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

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

background-color css

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

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

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

border-color css

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

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

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