#6C7255

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

Shades of Siam #6C7255

Tints of Siam #6C7255

Color information

#6C7255 (or 0x6C7255) is unknown color: approx Siam. HEX triplet: 6C, 72 and 55. RGB value is (108,114,85). Sum of RGB (Red+Green+Blue) = 108+114+85=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7255 is #938DAA. Grayscale: #6D6D6D. Windows color (decimal): -9670059 or 5599852. OLE color: 5599852.

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

Color convert

RGB10811485-
CMYK0.0500.250.55
HSL72.41º14.57%39.02%-
HSV(B)72.41º25.44%44.71%-
XYZ13.8415.8810.93-
YUV108.9114.51127.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=35.18%
G=37.13%
B=27.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114850.0500.250.5572.4114.5739.02
Hex6C725550193748f27
Octal1541621255031671101747
Binary11011001110010101010110101100111011110010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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