#6D7248

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

Shades of Siam #6D7248

Tints of Siam #6D7248

Color information

#6D7248 (or 0x6D7248) is unknown color: approx Siam. HEX triplet: 6D, 72 and 48. RGB value is (109,114,72). Sum of RGB (Red+Green+Blue) = 109+114+72=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7248 is #928DB7. Grayscale: #6B6B6B. Windows color (decimal): -9604536 or 4747885. OLE color: 4747885.

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

Color convert

RGB10911472-
CMYK0.0400.370.55
HSL67.14º22.58%36.47%-
HSV(B)67.14º36.84%44.71%-
XYZ13.4915.758.46-
YUV107.72107.84128.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=36.95%
G=38.64%
B=24.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114720.0400.370.5567.1422.5836.47
Hex6D7248402537431724
Octal1551621104045671032744
Binary1101101111001010010001000100101110111100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,72); }

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

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

 a { background-color: rgb(109,114,72); }

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

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

 span { border-color: rgb(109,114,72); }

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