#6C6E53

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

Shades of Siam #6C6E53

Tints of Siam #6C6E53

Color information

#6C6E53 (or 0x6C6E53) is unknown color: approx Siam. HEX triplet: 6C, 6E and 53. RGB value is (108,110,83). Sum of RGB (Red+Green+Blue) = 108+110+83=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E53 is #9391AC. Grayscale: #6A6A6A. Windows color (decimal): -9671085 or 5467756. OLE color: 5467756.

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

Color convert

RGB10811083-
CMYK0.0200.250.57
HSL64.44º13.99%37.84%-
HSV(B)64.44º24.55%43.14%-
XYZ13.3214.9610.37-
YUV106.32114.84129.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=35.88%
G=36.54%
B=27.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110830.0200.250.5764.4413.9937.84
Hex6C6E5320193940e26
Octal1541561232031711001646
Binary1101100110111010100111001100111100110000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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