#6C6E5C

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

Shades of Siam #6C6E5C

Tints of Siam #6C6E5C

Color information

#6C6E5C (or 0x6C6E5C) is unknown color: approx Siam. HEX triplet: 6C, 6E and 5C. RGB value is (108,110,92). Sum of RGB (Red+Green+Blue) = 108+110+92=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E5C is #9391A3. Grayscale: #6B6B6B. Windows color (decimal): -9671076 or 6057580. OLE color: 6057580.

HSL color Cylindrical-coordinate representation of color #6C6E5C: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C6E5C is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB10811092-
CMYK0.0200.160.57
HSL66.67º8.91%39.61%-
HSV(B)66.67º16.36%43.14%-
XYZ13.6915.1112.32-
YUV107.35119.34128.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=34.84%
G=35.48%
B=29.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110920.0200.160.5766.678.9139.61
Hex6C6E5C20103943928
Octal1541561342020711031150
Binary1101100110111010111001001000011100110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,92); }

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

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

 a { background-color: rgb(108,110,92); }

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

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

 span { border-color: rgb(108,110,92); }

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