#6F6618

Color #6F6618 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6F6618

Tints of Olivetone #6F6618

Color information

#6F6618 (or 0x6F6618) is unknown color: approx Olivetone. HEX triplet: 6F, 66 and 18. RGB value is (111,102,24). Sum of RGB (Red+Green+Blue) = 111+102+24=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6618 is #9099E7. Grayscale: #606060. Windows color (decimal): -9476584 or 1599087. OLE color: 1599087.

HSL color Cylindrical-coordinate representation of color #6F6618: hue angle of 53.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F6618 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB11110224-
CMYK00.080.780.56
HSL53.79º64.44%26.47%-
HSV(B)53.79º78.38%43.53%-
XYZ11.4712.952.76-
YUV95.887.48138.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=46.84%
G=43.04%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111022400.080.780.5653.7964.4426.47
Hex6F6618084E3836401a
Octal15714630010116706610032
Binary1101111110011011000010001001110111000110110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,24); }

 H1.HeaderClassName
 {
   color: #6F6618;
 }
 .AnyTagClassName
 {
   color: #6F6618;
 }
</style>
background-color css

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

 a { background-color: rgb(111,102,24); }

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

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

 span { border-color: rgb(111,102,24); }

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