#6C724D

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

Shades of Siam #6C724D

Tints of Siam #6C724D

Color information

#6C724D (or 0x6C724D) is unknown color: approx Siam. HEX triplet: 6C, 72 and 4D. RGB value is (108,114,77). Sum of RGB (Red+Green+Blue) = 108+114+77=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #6C724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C724D is #938DB2. Grayscale: #6C6C6C. Windows color (decimal): -9670067 or 5075564. OLE color: 5075564.

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

Color convert

RGB10811477-
CMYK0.0500.320.55
HSL69.73º19.37%37.45%-
HSV(B)69.73º32.46%44.71%-
XYZ13.5415.769.35-
YUV107.99110.51128.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=36.12%
G=38.13%
B=25.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114770.0500.320.5569.7319.3737.45
Hex6C724D502037461325
Octal1541621155040671062345
Binary1101100111001010011011010100000110111100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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