Html Css Color HEX #6E6610 Olivetone

📋 copy color: '#6E6610'

red 110 ◦ green 102 ◦ blue 16

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

Shades of Olivetone #6E6610

Tints of Olivetone #6E6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 48.25%
G = 44.74%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E6610 (or 0x6E6610) is known color: Olivetone. HEX triplet: 6E, 66 and 10. RGB value is (110,102,16). Sum of RGB (Red+Green+Blue) = 110+102+16=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6610 is #9199EF. Grayscale: #5E5E5E. Windows color (decimal): -9542128 or 1074798. OLE color: 1074798.

HSL color Cylindrical-coordinate representation of color #6E6610: hue angle of 54.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E6610 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 16 -
CMYK 0 0.07 0.85 0.57
HSL 54.89º 0.75% 0.25% -
HSV(B) 54.89º 0.85% 0.43% -
XYZ 11.28 12.86 2.38 -
YUV 94.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 110 102 16 0 0.07 0.85 0.57 54.89 0.75 0.25
Hex 6E 66 10 0 7 55 39 37 4B 19
Octal 156 146 20 0 7 125 71 67 113 31
Binary 1101110 1100110 10000 0 111 1010101 111001 110111 1001011 11001

Color Harmonies of #6E6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6610

Black with #6E6610

Text Example


Text Example

White with #6E6610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,16); }

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

background-color css

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

 a { background-color: rgb(110,102,16); }

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

border-color css

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

 span { border-color: rgb(110,102,16); }

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