Html Css Color HEX #6E6712 Olivetone

📋 copy color: '#6E6712'

red 110 ◦ green 103 ◦ blue 18

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

Shades of Olivetone #6E6712

Tints of Olivetone #6E6712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 47.62%
G = 44.59%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6E6712 (or 0x6E6712) is known color: Olivetone. HEX triplet: 6E, 67 and 12. RGB value is (110,103,18). Sum of RGB (Red+Green+Blue) = 110+103+18=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6712 is #9198ED. Grayscale: #5F5F5F. Windows color (decimal): -9541870 or 1206126. OLE color: 1206126.

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

Color convert

RGB 110 103 18 -
CMYK 0 0.06 0.84 0.57
HSL 55.43º 0.72% 0.25% -
HSV(B) 55.43º 0.84% 0.43% -
XYZ 11.39 13.06 2.49 -
YUV 95.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 110 103 18 0 0.06 0.84 0.57 55.43 0.72 0.25
Hex 6E 67 12 0 6 54 39 37 48 19
Octal 156 147 22 0 6 124 71 67 110 31
Binary 1101110 1100111 10010 0 110 1010100 111001 110111 1001000 11001

Color Harmonies of #6E6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6712

Black with #6E6712

Text Example


Text Example

White with #6E6712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,103,18); }

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

background-color css

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

 a { background-color: rgb(110,103,18); }

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

border-color css

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

 span { border-color: rgb(110,103,18); }

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