Html Css Color HEX #706828 Olivetone

📋 copy color: '#706828'

red 112 ◦ green 104 ◦ blue 40

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

Shades of Olivetone #706828

Tints of Olivetone #706828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 43.75%
G = 40.63%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#706828 (or 0x706828) is known color: Olivetone. HEX triplet: 70, 68 and 28. RGB value is (112,104,40). Sum of RGB (Red+Green+Blue) = 112+104+40=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706828 is #8F97D7. Grayscale: #636363. Windows color (decimal): -9410520 or 2648176. OLE color: 2648176.

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

Color convert

RGB 112 104 40 -
CMYK 0 0.07 0.64 0.56
HSL 53.33º 0.47% 0.3% -
HSV(B) 53.33º 0.64% 0.44% -
XYZ 12.02 13.5 3.98 -
YUV 99.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 112 104 40 0 0.07 0.64 0.56 53.33 0.47 0.3
Hex 70 68 28 0 7 40 38 35 2F 1E
Octal 160 150 50 0 7 100 70 65 57 36
Binary 1110000 1101000 101000 0 111 1000000 111000 110101 101111 11110

Color Harmonies of #706828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706828

Black with #706828

Text Example


Text Example

White with #706828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706828; }

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

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

background-color css

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

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

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

border-color css

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

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

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