#6C7454

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

Shades of Siam #6C7454

Tints of Siam #6C7454

Color information

#6C7454 (or 0x6C7454) is unknown color: approx Siam. HEX triplet: 6C, 74 and 54. RGB value is (108,116,84). Sum of RGB (Red+Green+Blue) = 108+116+84=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7454 is #938BAB. Grayscale: #6E6E6E. Windows color (decimal): -9669548 or 5534828. OLE color: 5534828.

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

Color convert

RGB10811684-
CMYK0.0700.280.55
HSL75º16%39.22%-
HSV(B)75º27.59%45.49%-
XYZ14.0316.3210.8-
YUV109.96113.35126.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=35.06%
G=37.66%
B=27.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116840.0700.280.55751639.22
Hex6C7454701C374b1027
Octal1541641247034671132047
Binary110110011101001010100111011100110111100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,84); }

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

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

 a { background-color: rgb(108,116,84); }

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

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

 span { border-color: rgb(108,116,84); }

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