#6C7451

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

Shades of Siam #6C7451

Tints of Siam #6C7451

Color information

#6C7451 (or 0x6C7451) is unknown color: approx Siam. HEX triplet: 6C, 74 and 51. RGB value is (108,116,81). Sum of RGB (Red+Green+Blue) = 108+116+81=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7451 is #938BAE. Grayscale: #6D6D6D. Windows color (decimal): -9669551 or 5338220. OLE color: 5338220.

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

Color convert

RGB10811681-
CMYK0.0700.300.55
HSL73.71º17.77%38.63%-
HSV(B)73.71º30.17%45.49%-
XYZ13.9116.2710.19-
YUV109.62111.85126.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=35.41%
G=38.03%
B=26.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116810.0700.300.5573.7117.7738.63
Hex6C7451701E374a1227
Octal1541641217036671122247
Binary110110011101001010001111011110110111100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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