Html Css Color HEX #706B22 Olivetone

📋 copy color: '#706B22'

red 112 ◦ green 107 ◦ blue 34

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

Shades of Olivetone #706B22

Tints of Olivetone #706B22

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.29%

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

R = 44.27%
G = 42.29%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#706B22 (or 0x706B22) is known color: Olivetone. HEX triplet: 70, 6B and 22. RGB value is (112,107,34). Sum of RGB (Red+Green+Blue) = 112+107+34=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B22 is #8F94DD. Grayscale: #646464. Windows color (decimal): -9409758 or 2255728. OLE color: 2255728.

HSL color Cylindrical-coordinate representation of color #706B22: hue angle of 56.15º 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 #706B22 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 34 -
CMYK 0 0.04 0.70 0.56
HSL 56.15º 0.53% 0.29% -
HSV(B) 56.15º 0.7% 0.44% -
XYZ 12.23 14.08 3.59 -
YUV 100.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 112 107 34 0 0.04 0.70 0.56 56.15 0.53 0.29
Hex 70 6B 22 0 4 46 38 38 35 1D
Octal 160 153 42 0 4 106 70 70 65 35
Binary 1110000 1101011 100010 0 100 1000110 111000 111000 110101 11101

Color Harmonies of #706B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B22

Black with #706B22

Text Example


Text Example

White with #706B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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