#6D6C28

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

Shades of Olivetone #6D6C28

Tints of Olivetone #6D6C28

Color information

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

HSL color Cylindrical-coordinate representation of color #6D6C28: hue angle of 59.13º 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 #6D6C28 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB10910840-
CMYK00.010.630.57
HSL59.13º46.31%29.22%-
HSV(B)59.13º63.3%42.75%-
XYZ12.0514.134.1-
YUV100.5593.83134.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091084000.010.630.5759.1346.3129.22
Hex6D6C28013F393b2e1d
Octal15515450017771735635
Binary110110111011001010000111111111100111101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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