#6D7152

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

Shades of Siam #6D7152

Tints of Siam #6D7152

Color information

#6D7152 (or 0x6D7152) is unknown color: approx Siam. HEX triplet: 6D, 71 and 52. RGB value is (109,113,82). Sum of RGB (Red+Green+Blue) = 109+113+82=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7152 is #928EAD. Grayscale: #6C6C6C. Windows color (decimal): -9604782 or 5402989. OLE color: 5402989.

HSL color Cylindrical-coordinate representation of color #6D7152: hue angle of 67.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D7152 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB10911382-
CMYK0.0400.270.56
HSL67.74º15.9%38.24%-
HSV(B)67.74º27.43%44.31%-
XYZ13.7315.6710.28-
YUV108.27113.17128.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=35.86%
G=37.17%
B=26.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113820.0400.270.5667.7415.938.24
Hex6D7152401B38441026
Octal1551611224033701042046
Binary110110111100011010010100011011111000100010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,82); }

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

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

 a { background-color: rgb(109,113,82); }

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

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

 span { border-color: rgb(109,113,82); }

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