Html Css Color HEX #6E711D Olivetone

📋 copy color: '#6E711D'

red 110 ◦ green 113 ◦ blue 29

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

Shades of Olivetone #6E711D

Tints of Olivetone #6E711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 43.65%
G = 44.84%
B = 11.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6E711D (or 0x6E711D) is known color: Olivetone. HEX triplet: 6E, 71 and 1D. RGB value is (110,113,29). Sum of RGB (Red+Green+Blue) = 110+113+29=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711D is #918EE2. Grayscale: #666666. Windows color (decimal): -9539299 or 1929582. OLE color: 1929582.

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

Color convert

RGB 110 113 29 -
CMYK 0.03 0 0.74 0.56
HSL 62.14º 0.59% 0.28% -
HSV(B) 62.14º 0.74% 0.44% -
XYZ 12.56 15.21 3.44 -
YUV 102.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 110 113 29 0.03 0 0.74 0.56 62.14 0.59 0.28
Hex 6E 71 1D 3 0 4A 38 3E 3B 1C
Octal 156 161 35 3 0 112 70 76 73 34
Binary 1101110 1110001 11101 11 0 1001010 111000 111110 111011 11100

Color Harmonies of #6E711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E711D

Black with #6E711D

Text Example


Text Example

White with #6E711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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