Html Css Color HEX #706520 Olivetone

📋 copy color: '#706520'

red 112 ◦ green 101 ◦ blue 32

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

Shades of Olivetone #706520

Tints of Olivetone #706520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 45.71%
G = 41.22%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706520 (or 0x706520) is known color: Olivetone. HEX triplet: 70, 65 and 20. RGB value is (112,101,32). Sum of RGB (Red+Green+Blue) = 112+101+32=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706520 is #8F9ADF. Grayscale: #606060. Windows color (decimal): -9411296 or 2123120. OLE color: 2123120.

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

Color convert

RGB 112 101 32 -
CMYK 0 0.10 0.71 0.56
HSL 51.75º 0.56% 0.28% -
HSV(B) 51.75º 0.71% 0.44% -
XYZ 11.6 12.86 3.24 -
YUV 96.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 112 101 32 0 0.10 0.71 0.56 51.75 0.56 0.28
Hex 70 65 20 0 A 47 38 34 38 1C
Octal 160 145 40 0 12 107 70 64 70 34
Binary 1110000 1100101 100000 0 1010 1000111 111000 110100 111000 11100

Color Harmonies of #706520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706520

Black with #706520

Text Example


Text Example

White with #706520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706520; }

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

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

background-color css

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

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

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

border-color css

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

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

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