Html Css Color HEX #706B1F Olivetone

📋 copy color: '#706B1F'

red 112 ◦ green 107 ◦ blue 31

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

Shades of Olivetone #706B1F

Tints of Olivetone #706B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 44.8%
G = 42.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#706B1F (or 0x706B1F) is known color: Olivetone. HEX triplet: 70, 6B and 1F. RGB value is (112,107,31). Sum of RGB (Red+Green+Blue) = 112+107+31=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B1F is #8F94E0. Grayscale: #646464. Windows color (decimal): -9409761 or 2059120. OLE color: 2059120.

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

Color convert

RGB 112 107 31 -
CMYK 0 0.04 0.72 0.56
HSL 56.3º 0.57% 0.28% -
HSV(B) 56.3º 0.72% 0.44% -
XYZ 12.19 14.06 3.37 -
YUV 99.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 112 107 31 0 0.04 0.72 0.56 56.3 0.57 0.28
Hex 70 6B 1F 0 4 48 38 38 39 1C
Octal 160 153 37 0 4 110 70 70 71 34
Binary 1110000 1101011 11111 0 100 1001000 111000 111000 111001 11100

Color Harmonies of #706B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B1F

Black with #706B1F

Text Example


Text Example

White with #706B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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