#6C7348

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

Shades of Siam #6C7348

Tints of Siam #6C7348

Color information

#6C7348 (or 0x6C7348) is unknown color: approx Siam. HEX triplet: 6C, 73 and 48. RGB value is (108,115,72). Sum of RGB (Red+Green+Blue) = 108+115+72=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7348 is #938CB7. Grayscale: #6C6C6C. Windows color (decimal): -9669816 or 4748140. OLE color: 4748140.

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

Color convert

RGB10811572-
CMYK0.0600.370.55
HSL69.77º22.99%36.67%-
HSV(B)69.77º37.39%45.1%-
XYZ13.4815.928.49-
YUV108107.68128-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=36.61%
G=38.98%
B=24.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108115720.0600.370.5569.7722.9936.67
Hex6C7348602537461725
Octal1541631106045671062745
Binary1101100111001110010001100100101110111100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,72); }

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

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

 a { background-color: rgb(108,115,72); }

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

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

 span { border-color: rgb(108,115,72); }

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