#6D7A48

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

Shades of Siam #6D7A48

Tints of Siam #6D7A48

Color information

#6D7A48 (or 0x6D7A48) is unknown color: approx Siam. HEX triplet: 6D, 7A and 48. RGB value is (109,122,72). Sum of RGB (Red+Green+Blue) = 109+122+72=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7A48 is #9285B7. Grayscale: #707070. Windows color (decimal): -9602488 or 4749933. OLE color: 4749933.

HSL color Cylindrical-coordinate representation of color #6D7A48: hue angle of 75.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D7A48 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB10912272-
CMYK0.1100.410.52
HSL75.6º25.77%38.04%-
HSV(B)75.6º40.98%47.84%-
XYZ14.4417.648.77-
YUV112.41105.19125.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=35.97%
G=40.26%
B=23.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109122720.1100.410.5275.625.7738.04
Hex6D7A48B029344c1a26
Octal15517211013051641143246
Binary11011011111010100100010110101001110100100110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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