#6C7058

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

Shades of Siam #6C7058

Tints of Siam #6C7058

Color information

#6C7058 (or 0x6C7058) is unknown color: approx Siam. HEX triplet: 6C, 70 and 58. RGB value is (108,112,88). Sum of RGB (Red+Green+Blue) = 108+112+88=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7058 is #938FA7. Grayscale: #6C6C6C. Windows color (decimal): -9670568 or 5795948. OLE color: 5795948.

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

Color convert

RGB10811288-
CMYK0.0400.210.56
HSL70º12%39.22%-
HSV(B)70º21.43%43.92%-
XYZ13.7415.4811.5-
YUV108.07116.67127.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=35.06%
G=36.36%
B=28.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112880.0400.210.56701239.22
Hex6C705840153846c27
Octal1541601304025701061447
Binary11011001110000101100010001010111100010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,88); }

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

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

 a { background-color: rgb(108,112,88); }

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

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

 span { border-color: rgb(108,112,88); }

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