Html Css Color HEX #706619 Olivetone

📋 copy color: '#706619'

red 112 ◦ green 102 ◦ blue 25

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

Shades of Olivetone #706619

Tints of Olivetone #706619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 25 (10.16% from 255) = 10.46%

R = 46.86%
G = 42.68%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706619 (or 0x706619) is known color: Olivetone. HEX triplet: 70, 66 and 19. RGB value is (112,102,25). Sum of RGB (Red+Green+Blue) = 112+102+25=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #706619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706619 is #8F99E6. Grayscale: #606060. Windows color (decimal): -9411047 or 1664624. OLE color: 1664624.

HSL color Cylindrical-coordinate representation of color #706619: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #706619 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 25 -
CMYK 0 0.09 0.78 0.56
HSL 53.1º 0.64% 0.27% -
HSV(B) 53.1º 0.78% 0.44% -
XYZ 11.61 13.02 2.82 -
YUV 96.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 112 102 25 0 0.09 0.78 0.56 53.1 0.64 0.27
Hex 70 66 19 0 9 4E 38 35 40 1B
Octal 160 146 31 0 11 116 70 65 100 33
Binary 1110000 1100110 11001 0 1001 1001110 111000 110101 1000000 11011

Color Harmonies of #706619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706619

Black with #706619

Text Example


Text Example

White with #706619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706619; }

 p { color: rgb(112,102,25); }

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

background-color css

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

 a { background-color: rgb(112,102,25); }

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

border-color css

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

 span { border-color: rgb(112,102,25); }

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