Html Css Color HEX #706713 Olivetone

📋 copy color: '#706713'

red 112 ◦ green 103 ◦ blue 19

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

Shades of Olivetone #706713

Tints of Olivetone #706713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 47.86%
G = 44.02%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#706713 (or 0x706713) is known color: Olivetone. HEX triplet: 70, 67 and 13. RGB value is (112,103,19). Sum of RGB (Red+Green+Blue) = 112+103+19=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706713 is #8F98EC. Grayscale: #606060. Windows color (decimal): -9410797 or 1271664. OLE color: 1271664.

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

Color convert

RGB 112 103 19 -
CMYK 0 0.08 0.83 0.56
HSL 54.19º 0.71% 0.26% -
HSV(B) 54.19º 0.83% 0.44% -
XYZ 11.65 13.19 2.55 -
YUV 96.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 112 103 19 0 0.08 0.83 0.56 54.19 0.71 0.26
Hex 70 67 13 0 8 53 38 36 47 1A
Octal 160 147 23 0 10 123 70 66 107 32
Binary 1110000 1100111 10011 0 1000 1010011 111000 110110 1000111 11010

Color Harmonies of #706713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706713

Black with #706713

Text Example


Text Example

White with #706713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706713; }

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

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

background-color css

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

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

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

border-color css

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

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

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