#6A714C

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

Shades of Siam #6A714C

Tints of Siam #6A714C

Color information

#6A714C (or 0x6A714C) is unknown color: approx Siam. HEX triplet: 6A, 71 and 4C. RGB value is (106,113,76). Sum of RGB (Red+Green+Blue) = 106+113+76=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #6A714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A714C is #958EB3. Grayscale: #6A6A6A. Windows color (decimal): -9801396 or 5009770. OLE color: 5009770.

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

Color convert

RGB10611376-
CMYK0.0600.330.56
HSL71.35º19.58%37.06%-
HSV(B)71.35º32.74%44.31%-
XYZ13.1515.49.12-
YUV106.69110.68127.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=35.93%
G=38.31%
B=25.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113760.0600.330.5671.3519.5837.06
Hex6A714C602138471425
Octal1521611146041701072445
Binary1101010111000110011001100100001111000100011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,76); }

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

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

 a { background-color: rgb(106,113,76); }

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

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

 span { border-color: rgb(106,113,76); }

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