#6C6615

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

Shades of Olivetone #6C6615

Tints of Olivetone #6C6615

Color information

#6C6615 (or 0x6C6615) is unknown color: approx Olivetone. HEX triplet: 6C, 66 and 15. RGB value is (108,102,21). Sum of RGB (Red+Green+Blue) = 108+102+21=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6615 is #9399EA. Grayscale: #5E5E5E. Windows color (decimal): -9673195 or 1402476. OLE color: 1402476.

HSL color Cylindrical-coordinate representation of color #6C6615: hue angle of 55.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C6615 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB10810221-
CMYK00.060.810.58
HSL55.86º67.44%25.29%-
HSV(B)55.86º80.56%42.35%-
XYZ11.0712.752.59-
YUV94.5686.49137.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=46.75%
G=44.16%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081022100.060.810.5855.8667.4425.29
Hex6C661506513A384319
Octal1541462506121727010331
Binary110110011001101010101101010001111010111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,21); }

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

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

 a { background-color: rgb(108,102,21); }

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

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

 span { border-color: rgb(108,102,21); }

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