Html Css Color HEX #6E660B Olivetone

📋 copy color: '#6E660B'

red 110 ◦ green 102 ◦ blue 11

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

Shades of Olivetone #6E660B

Tints of Olivetone #6E660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 49.33%
G = 45.74%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#6E660B (or 0x6E660B) is known color: Olivetone. HEX triplet: 6E, 66 and 0B. RGB value is (110,102,11). Sum of RGB (Red+Green+Blue) = 110+102+11=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E660B is #9199F4. Grayscale: #5E5E5E. Windows color (decimal): -9542133 or 747118. OLE color: 747118.

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

Color convert

RGB 110 102 11 -
CMYK 0 0.07 0.9 0.57
HSL 55.15º 0.82% 0.24% -
HSV(B) 55.15º 0.9% 0.43% -
XYZ 11.24 12.84 2.2 -
YUV 94.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 110 102 11 0 0.07 0.9 0.57 55.15 0.82 0.24
Hex 6E 66 B 0 7 5A 39 37 52 18
Octal 156 146 13 0 7 132 71 67 122 30
Binary 1101110 1100110 1011 0 111 1011010 111001 110111 1010010 11000

Color Harmonies of #6E660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E660B

Black with #6E660B

Text Example


Text Example

White with #6E660B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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