#6D714B

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

Shades of Siam #6D714B

Tints of Siam #6D714B

Color information

#6D714B (or 0x6D714B) is unknown color: approx Siam. HEX triplet: 6D, 71 and 4B. RGB value is (109,113,75). Sum of RGB (Red+Green+Blue) = 109+113+75=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #6D714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D714B is #928EB4. Grayscale: #6B6B6B. Windows color (decimal): -9604789 or 4944237. OLE color: 4944237.

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

Color convert

RGB10911375-
CMYK0.0400.340.56
HSL66.32º20.21%36.86%-
HSV(B)66.32º33.63%44.31%-
XYZ13.4815.578.95-
YUV107.47109.67129.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=36.70%
G=38.05%
B=25.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109113750.0400.340.5666.3220.2136.86
Hex6D714B402238421425
Octal1551611134042701022445
Binary1101101111000110010111000100010111000100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,75); }

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

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

 a { background-color: rgb(109,113,75); }

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

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

 span { border-color: rgb(109,113,75); }

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