Html Css Color HEX #706316 Olivetone

📋 copy color: '#706316'

red 112 ◦ green 99 ◦ blue 22

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

Shades of Olivetone #706316

Tints of Olivetone #706316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 48.07%
G = 42.49%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#706316 (or 0x706316) is known color: Olivetone. HEX triplet: 70, 63 and 16. RGB value is (112,99,22). Sum of RGB (Red+Green+Blue) = 112+99+22=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706316 is #8F9CE9. Grayscale: #5E5E5E. Windows color (decimal): -9411818 or 1467248. OLE color: 1467248.

HSL color Cylindrical-coordinate representation of color #706316: hue angle of 51.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706316 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 22 -
CMYK 0 0.12 0.80 0.56
HSL 51.33º 0.67% 0.26% -
HSV(B) 51.33º 0.8% 0.44% -
XYZ 11.29 12.43 2.56 -
YUV 94.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 112 99 22 0 0.12 0.80 0.56 51.33 0.67 0.26
Hex 70 63 16 0 C 50 38 33 43 1A
Octal 160 143 26 0 14 120 70 63 103 32
Binary 1110000 1100011 10110 0 1100 1010000 111000 110011 1000011 11010

Color Harmonies of #706316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706316

Black with #706316

Text Example


Text Example

White with #706316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706316; }

 p { color: rgb(112,99,22); }

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

background-color css

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

 a { background-color: rgb(112,99,22); }

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

border-color css

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

 span { border-color: rgb(112,99,22); }

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