Html Css Color HEX #706513 Olivetone

📋 copy color: '#706513'

red 112 ◦ green 101 ◦ blue 19

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

Shades of Olivetone #706513

Tints of Olivetone #706513

RGB

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

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

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

R = 48.28%
G = 43.53%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#706513 (or 0x706513) is known color: Olivetone. HEX triplet: 70, 65 and 13. RGB value is (112,101,19). Sum of RGB (Red+Green+Blue) = 112+101+19=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706513 is #8F9AEC. Grayscale: #5F5F5F. Windows color (decimal): -9411309 or 1271152. OLE color: 1271152.

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

Color convert

RGB 112 101 19 -
CMYK 0 0.10 0.83 0.56
HSL 52.9º 0.71% 0.26% -
HSV(B) 52.9º 0.83% 0.44% -
XYZ 11.45 12.8 2.48 -
YUV 94.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 112 101 19 0 0.10 0.83 0.56 52.9 0.71 0.26
Hex 70 65 13 0 A 53 38 35 47 1A
Octal 160 145 23 0 12 123 70 65 107 32
Binary 1110000 1100101 10011 0 1010 1010011 111000 110101 1000111 11010

Color Harmonies of #706513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706513

Black with #706513

Text Example


Text Example

White with #706513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706513; }

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

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

background-color css

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

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

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

border-color css

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

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

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