#6C6E5A

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

Shades of Siam #6C6E5A

Tints of Siam #6C6E5A

Color information

#6C6E5A (or 0x6C6E5A) is unknown color: approx Siam. HEX triplet: 6C, 6E and 5A. RGB value is (108,110,90). Sum of RGB (Red+Green+Blue) = 108+110+90=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E5A is #9391A5. Grayscale: #6B6B6B. Windows color (decimal): -9671078 or 5926508. OLE color: 5926508.

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

Color convert

RGB10811090-
CMYK0.0200.180.57
HSL66º10%39.22%-
HSV(B)66º18.18%43.14%-
XYZ13.6115.0811.87-
YUV107.12118.34128.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=35.06%
G=35.71%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110900.0200.180.57661039.22
Hex6C6E5A20123942a27
Octal1541561322022711021247
Binary1101100110111010110101001001011100110000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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