#6C6826

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

Shades of Olivetone #6C6826

Tints of Olivetone #6C6826

Color information

#6C6826 (or 0x6C6826) is unknown color: approx Olivetone. HEX triplet: 6C, 68 and 26. RGB value is (108,104,38). Sum of RGB (Red+Green+Blue) = 108+104+38=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6826 is #9397D9. Grayscale: #616161. Windows color (decimal): -9672666 or 2517100. OLE color: 2517100.

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

Color convert

RGB10810438-
CMYK00.040.650.58
HSL56.57º47.95%28.63%-
HSV(B)56.57º64.81%42.35%-
XYZ11.4813.233.78-
YUV97.6794.33135.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=43.2%
G=41.6%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081043800.040.650.5856.5747.9528.63
Hex6C682604413A39301d
Octal154150460410172716035
Binary110110011010001001100100100000111101011100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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