#6C6819

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

Shades of Olivetone #6C6819

Tints of Olivetone #6C6819

Color information

#6C6819 (or 0x6C6819) is unknown color: approx Olivetone. HEX triplet: 6C, 68 and 19. RGB value is (108,104,25). Sum of RGB (Red+Green+Blue) = 108+104+25=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6819 is #9397E6. Grayscale: #606060. Windows color (decimal): -9672679 or 1665132. OLE color: 1665132.

HSL color Cylindrical-coordinate representation of color #6C6819: hue angle of 57.11º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C6819 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB10810425-
CMYK00.040.770.58
HSL57.11º62.41%26.08%-
HSV(B)57.11º76.85%42.35%-
XYZ11.3113.162.86-
YUV96.1987.83136.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=45.57%
G=43.88%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081042500.040.770.5857.1162.4126.08
Hex6C6819044D3A393e1a
Octal154150310411572717632
Binary11011001101000110010100100110111101011100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,25); }

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

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

 a { background-color: rgb(108,104,25); }

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

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

 span { border-color: rgb(108,104,25); }

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