Html Css Color HEX #706D1F Olivetone

📋 copy color: '#706D1F'

red 112 ◦ green 109 ◦ blue 31

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

Shades of Olivetone #706D1F

Tints of Olivetone #706D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.25%

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

R = 44.44%
G = 43.25%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#706D1F (or 0x706D1F) is known color: Olivetone. HEX triplet: 70, 6D and 1F. RGB value is (112,109,31). Sum of RGB (Red+Green+Blue) = 112+109+31=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D1F is #8F92E0. Grayscale: #656565. Windows color (decimal): -9409249 or 2059632. OLE color: 2059632.

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

Color convert

RGB 112 109 31 -
CMYK 0 0.03 0.72 0.56
HSL 57.78º 0.57% 0.28% -
HSV(B) 57.78º 0.72% 0.44% -
XYZ 12.4 14.48 3.44 -
YUV 101.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 112 109 31 0 0.03 0.72 0.56 57.78 0.57 0.28
Hex 70 6D 1F 0 3 48 38 3A 39 1C
Octal 160 155 37 0 3 110 70 72 71 34
Binary 1110000 1101101 11111 0 11 1001000 111000 111010 111001 11100

Color Harmonies of #706D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D1F

Black with #706D1F

Text Example


Text Example

White with #706D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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