#6C6D28

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

Shades of Olivetone #6C6D28

Tints of Olivetone #6C6D28

Color information

#6C6D28 (or 0x6C6D28) is unknown color: approx Olivetone. HEX triplet: 6C, 6D and 28. RGB value is (108,109,40). Sum of RGB (Red+Green+Blue) = 108+109+40=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6D28 is #9392D7. Grayscale: #656565. Windows color (decimal): -9671384 or 2649452. OLE color: 2649452.

HSL color Cylindrical-coordinate representation of color #6C6D28: hue angle of 60.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C6D28 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB10810940-
CMYK0.0100.630.57
HSL60.87º46.31%29.22%-
HSV(B)60.87º63.3%42.75%-
XYZ12.0414.284.13-
YUV100.8493.67133.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=42.02%
G=42.41%
B=15.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108109400.0100.630.5760.8746.3129.22
Hex6C6D28103F393d2e1d
Octal15415550107771755635
Binary110110011011011010001011111111100111110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,109,40); }

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

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

 a { background-color: rgb(108,109,40); }

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

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

 span { border-color: rgb(108,109,40); }

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