#6C7652

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

Shades of Siam #6C7652

Tints of Siam #6C7652

Color information

#6C7652 (or 0x6C7652) is unknown color: approx Siam. HEX triplet: 6C, 76 and 52. RGB value is (108,118,82). Sum of RGB (Red+Green+Blue) = 108+118+82=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7652 is #9389AD. Grayscale: #6F6F6F. Windows color (decimal): -9669038 or 5404268. OLE color: 5404268.

HSL color Cylindrical-coordinate representation of color #6C7652: hue angle of 76.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C7652 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB10811882-
CMYK0.0800.310.54
HSL76.67º18%39.22%-
HSV(B)76.67º30.51%46.27%-
XYZ14.1916.7510.47-
YUV110.91111.69125.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=35.06%
G=38.31%
B=26.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118820.0800.310.5476.671839.22
Hex6C7652801F364d1227
Octal15416612210037661152247
Binary1101100111011010100101000011111110110100110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,82); }

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

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

 a { background-color: rgb(108,118,82); }

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

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

 span { border-color: rgb(108,118,82); }

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