#6C7253

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

Shades of Siam #6C7253

Tints of Siam #6C7253

Color information

#6C7253 (or 0x6C7253) is unknown color: approx Siam. HEX triplet: 6C, 72 and 53. RGB value is (108,114,83). Sum of RGB (Red+Green+Blue) = 108+114+83=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7253 is #938DAC. Grayscale: #6C6C6C. Windows color (decimal): -9670061 or 5468780. OLE color: 5468780.

HSL color Cylindrical-coordinate representation of color #6C7253: hue angle of 71.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C7253 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB10811483-
CMYK0.0500.270.55
HSL71.61º15.74%38.63%-
HSV(B)71.61º27.19%44.71%-
XYZ13.7615.8510.52-
YUV108.67113.51127.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=35.41%
G=37.38%
B=27.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114830.0500.270.5571.6115.7438.63
Hex6C7253501B37481027
Octal1541621235033671102047
Binary110110011100101010011101011011110111100100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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