Html Css Color HEX #706720 Olivetone

📋 copy color: '#706720'

red 112 ◦ green 103 ◦ blue 32

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

Shades of Olivetone #706720

Tints of Olivetone #706720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.7%

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

R = 45.34%
G = 41.7%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706720 (or 0x706720) is known color: Olivetone. HEX triplet: 70, 67 and 20. RGB value is (112,103,32). Sum of RGB (Red+Green+Blue) = 112+103+32=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706720 is #8F98DF. Grayscale: #616161. Windows color (decimal): -9410784 or 2123632. OLE color: 2123632.

HSL color Cylindrical-coordinate representation of color #706720: hue angle of 53.25º 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 #706720 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 32 -
CMYK 0 0.08 0.71 0.56
HSL 53.25º 0.56% 0.28% -
HSV(B) 53.25º 0.71% 0.44% -
XYZ 11.79 13.25 3.3 -
YUV 97.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 112 103 32 0 0.08 0.71 0.56 53.25 0.56 0.28
Hex 70 67 20 0 8 47 38 35 38 1C
Octal 160 147 40 0 10 107 70 65 70 34
Binary 1110000 1100111 100000 0 1000 1000111 111000 110101 111000 11100

Color Harmonies of #706720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706720

Black with #706720

Text Example


Text Example

White with #706720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706720; }

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

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

background-color css

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

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

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

border-color css

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

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

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