Html Css Color HEX #6E680A Olivetone

📋 copy color: '#6E680A'

red 110 ◦ green 104 ◦ blue 10

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

Shades of Olivetone #6E680A

Tints of Olivetone #6E680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 49.11%
G = 46.43%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6E680A (or 0x6E680A) is known color: Olivetone. HEX triplet: 6E, 68 and 0A. RGB value is (110,104,10). Sum of RGB (Red+Green+Blue) = 110+104+10=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E680A is #9197F5. Grayscale: #5F5F5F. Windows color (decimal): -9541622 or 682094. OLE color: 682094.

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

Color convert

RGB 110 104 10 -
CMYK 0 0.05 0.91 0.57
HSL 56.4º 0.83% 0.24% -
HSV(B) 56.4º 0.91% 0.43% -
XYZ 11.44 13.24 2.24 -
YUV 95.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 110 104 10 0 0.05 0.91 0.57 56.4 0.83 0.24
Hex 6E 68 A 0 5 5B 39 38 53 18
Octal 156 150 12 0 5 133 71 70 123 30
Binary 1101110 1101000 1010 0 101 1011011 111001 111000 1010011 11000

Color Harmonies of #6E680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E680A

Black with #6E680A

Text Example


Text Example

White with #6E680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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