Html Css Color HEX #706727 Olivetone

📋 copy color: '#706727'

red 112 ◦ green 103 ◦ blue 39

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

Shades of Olivetone #706727

Tints of Olivetone #706727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 44.09%
G = 40.55%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#706727 (or 0x706727) is known color: Olivetone. HEX triplet: 70, 67 and 27. RGB value is (112,103,39). Sum of RGB (Red+Green+Blue) = 112+103+39=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706727 is #8F98D8. Grayscale: #626262. Windows color (decimal): -9410777 or 2582384. OLE color: 2582384.

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

Color convert

RGB 112 103 39 -
CMYK 0 0.08 0.65 0.56
HSL 52.6º 0.48% 0.3% -
HSV(B) 52.6º 0.65% 0.44% -
XYZ 11.9 13.29 3.86 -
YUV 98.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 112 103 39 0 0.08 0.65 0.56 52.6 0.48 0.3
Hex 70 67 27 0 8 41 38 35 30 1E
Octal 160 147 47 0 10 101 70 65 60 36
Binary 1110000 1100111 100111 0 1000 1000001 111000 110101 110000 11110

Color Harmonies of #706727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706727

Black with #706727

Text Example


Text Example

White with #706727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706727; }

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

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

background-color css

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

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

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

border-color css

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

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

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