Html Css Color HEX #706514 Olivetone

📋 copy color: '#706514'

red 112 ◦ green 101 ◦ blue 20

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

Shades of Olivetone #706514

Tints of Olivetone #706514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 48.07%
G = 43.35%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#706514 (or 0x706514) is known color: Olivetone. HEX triplet: 70, 65 and 14. RGB value is (112,101,20). Sum of RGB (Red+Green+Blue) = 112+101+20=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706514 is #8F9AEB. Grayscale: #5F5F5F. Windows color (decimal): -9411308 or 1336688. OLE color: 1336688.

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

Color convert

RGB 112 101 20 -
CMYK 0 0.10 0.82 0.56
HSL 52.83º 0.7% 0.26% -
HSV(B) 52.83º 0.82% 0.44% -
XYZ 11.46 12.8 2.53 -
YUV 95.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 112 101 20 0 0.10 0.82 0.56 52.83 0.7 0.26
Hex 70 65 14 0 A 52 38 35 46 1A
Octal 160 145 24 0 12 122 70 65 106 32
Binary 1110000 1100101 10100 0 1010 1010010 111000 110101 1000110 11010

Color Harmonies of #706514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706514

Black with #706514

Text Example


Text Example

White with #706514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706514; }

 p { color: rgb(112,101,20); }

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

background-color css

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

 a { background-color: rgb(112,101,20); }

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

border-color css

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

 span { border-color: rgb(112,101,20); }

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