Html Css Color HEX #706829 Olivetone

📋 copy color: '#706829'

red 112 ◦ green 104 ◦ blue 41

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

Shades of Olivetone #706829

Tints of Olivetone #706829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 43.58%
G = 40.47%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#706829 (or 0x706829) is known color: Olivetone. HEX triplet: 70, 68 and 29. RGB value is (112,104,41). Sum of RGB (Red+Green+Blue) = 112+104+41=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706829 is #8F97D6. Grayscale: #636363. Windows color (decimal): -9410519 or 2713712. OLE color: 2713712.

HSL color Cylindrical-coordinate representation of color #706829: hue angle of 53.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #706829 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 41 -
CMYK 0 0.07 0.63 0.56
HSL 53.24º 0.46% 0.3% -
HSV(B) 53.24º 0.63% 0.44% -
XYZ 12.03 13.51 4.07 -
YUV 99.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 112 104 41 0 0.07 0.63 0.56 53.24 0.46 0.3
Hex 70 68 29 0 7 3F 38 35 2E 1E
Octal 160 150 51 0 7 77 70 65 56 36
Binary 1110000 1101000 101001 0 111 111111 111000 110101 101110 11110

Color Harmonies of #706829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706829

Black with #706829

Text Example


Text Example

White with #706829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706829; }

 p { color: rgb(112,104,41); }

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

background-color css

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

 a { background-color: rgb(112,104,41); }

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

border-color css

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

 span { border-color: rgb(112,104,41); }

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