Html Css Color HEX #6E711F Olivetone

📋 copy color: '#6E711F'

red 110 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #6E711F

Tints of Olivetone #6E711F

RGB

 RED value IS 110 (43.36% from 255) = 43.31%

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 43.31%
G = 44.49%
B = 12.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6E711F (or 0x6E711F) is known color: Olivetone. HEX triplet: 6E, 71 and 1F. RGB value is (110,113,31). Sum of RGB (Red+Green+Blue) = 110+113+31=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711F is #918EE0. Grayscale: #676767. Windows color (decimal): -9539297 or 2060654. OLE color: 2060654.

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

Color convert

RGB 110 113 31 -
CMYK 0.03 0 0.73 0.56
HSL 62.2º 0.57% 0.28% -
HSV(B) 62.2º 0.73% 0.44% -
XYZ 12.58 15.22 3.57 -
YUV 102.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 110 113 31 0.03 0 0.73 0.56 62.2 0.57 0.28
Hex 6E 71 1F 3 0 49 38 3E 39 1C
Octal 156 161 37 3 0 111 70 76 71 34
Binary 1101110 1110001 11111 11 0 1001001 111000 111110 111001 11100

Color Harmonies of #6E711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E711F

Black with #6E711F

Text Example


Text Example

White with #6E711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E711F; }

 p { color: rgb(110,113,31); }

 H1.HeaderClassName
 {
   color: #6E711F;
 }
 .AnyTagClassName
 {
   color: #6E711F;
 }
</style>

background-color css

<style>
 a { background-color: #6E711F; }

 a { background-color: rgb(110,113,31); }

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

border-color css

<style>
 span { border-color: #6E711F; }

 span { border-color: rgb(110,113,31); }

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