Html Css Color HEX #706B27 Olivetone

📋 copy color: '#706B27'

red 112 ◦ green 107 ◦ blue 39

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

Shades of Olivetone #706B27

Tints of Olivetone #706B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.47%

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

R = 43.41%
G = 41.47%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#706B27 (or 0x706B27) is known color: Olivetone. HEX triplet: 70, 6B and 27. RGB value is (112,107,39). Sum of RGB (Red+Green+Blue) = 112+107+39=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B27 is #8F94D8. Grayscale: #656565. Windows color (decimal): -9409753 or 2583408. OLE color: 2583408.

HSL color Cylindrical-coordinate representation of color #706B27: hue angle of 55.89º 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 #706B27 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 39 -
CMYK 0 0.04 0.65 0.56
HSL 55.89º 0.48% 0.3% -
HSV(B) 55.89º 0.65% 0.44% -
XYZ 12.31 14.11 3.99 -
YUV 100.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 112 107 39 0 0.04 0.65 0.56 55.89 0.48 0.3
Hex 70 6B 27 0 4 41 38 38 30 1E
Octal 160 153 47 0 4 101 70 70 60 36
Binary 1110000 1101011 100111 0 100 1000001 111000 111000 110000 11110

Color Harmonies of #706B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B27

Black with #706B27

Text Example


Text Example

White with #706B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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