Html Css Color HEX #706B1A Olivetone

📋 copy color: '#706B1A'

red 112 ◦ green 107 ◦ blue 26

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

Shades of Olivetone #706B1A

Tints of Olivetone #706B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 45.71%
G = 43.67%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#706B1A (or 0x706B1A) is known color: Olivetone. HEX triplet: 70, 6B and 1A. RGB value is (112,107,26). Sum of RGB (Red+Green+Blue) = 112+107+26=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B1A is #8F94E5. Grayscale: #636363. Windows color (decimal): -9409766 or 1731440. OLE color: 1731440.

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

Color convert

RGB 112 107 26 -
CMYK 0 0.04 0.77 0.56
HSL 56.51º 0.62% 0.27% -
HSV(B) 56.51º 0.77% 0.44% -
XYZ 12.13 14.03 3.05 -
YUV 99.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 112 107 26 0 0.04 0.77 0.56 56.51 0.62 0.27
Hex 70 6B 1A 0 4 4D 38 39 3E 1B
Octal 160 153 32 0 4 115 70 71 76 33
Binary 1110000 1101011 11010 0 100 1001101 111000 111001 111110 11011

Color Harmonies of #706B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B1A

Black with #706B1A

Text Example


Text Example

White with #706B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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