Html Css Color HEX #6E680C Olivetone

📋 copy color: '#6E680C'

red 110 ◦ green 104 ◦ blue 12

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

Shades of Olivetone #6E680C

Tints of Olivetone #6E680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 48.67%
G = 46.02%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E680C (or 0x6E680C) is known color: Olivetone. HEX triplet: 6E, 68 and 0C. RGB value is (110,104,12). Sum of RGB (Red+Green+Blue) = 110+104+12=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E680C is #9197F3. Grayscale: #5F5F5F. Windows color (decimal): -9541620 or 813166. OLE color: 813166.

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

Color convert

RGB 110 104 12 -
CMYK 0 0.05 0.89 0.57
HSL 56.33º 0.8% 0.24% -
HSV(B) 56.33º 0.89% 0.43% -
XYZ 11.45 13.24 2.3 -
YUV 95.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 110 104 12 0 0.05 0.89 0.57 56.33 0.8 0.24
Hex 6E 68 C 0 5 59 39 38 50 18
Octal 156 150 14 0 5 131 71 70 120 30
Binary 1101110 1101000 1100 0 101 1011001 111001 111000 1010000 11000

Color Harmonies of #6E680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E680C

Black with #6E680C

Text Example


Text Example

White with #6E680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,12); }

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

background-color css

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

 a { background-color: rgb(110,104,12); }

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

border-color css

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

 span { border-color: rgb(110,104,12); }

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