Html Css Color HEX #706B2A Olivetone

📋 copy color: '#706B2A'

red 112 ◦ green 107 ◦ blue 42

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

Shades of Olivetone #706B2A

Tints of Olivetone #706B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 42.91%
G = 41%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#706B2A (or 0x706B2A) is known color: Olivetone. HEX triplet: 70, 6B and 2A. RGB value is (112,107,42). Sum of RGB (Red+Green+Blue) = 112+107+42=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B2A is #8F94D5. Grayscale: #656565. Windows color (decimal): -9409750 or 2780016. OLE color: 2780016.

HSL color Cylindrical-coordinate representation of color #706B2A: hue angle of 55.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #706B2A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 42 -
CMYK 0 0.04 0.62 0.56
HSL 55.71º 0.45% 0.3% -
HSV(B) 55.71º 0.63% 0.44% -
XYZ 12.36 14.13 4.27 -
YUV 101.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 112 107 42 0 0.04 0.62 0.56 55.71 0.45 0.3
Hex 70 6B 2A 0 4 3E 38 38 2D 1E
Octal 160 153 52 0 4 76 70 70 55 36
Binary 1110000 1101011 101010 0 100 111110 111000 111000 101101 11110

Color Harmonies of #706B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B2A

Black with #706B2A

Text Example


Text Example

White with #706B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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