#6A7252

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

Shades of Siam #6A7252

Tints of Siam #6A7252

Color information

#6A7252 (or 0x6A7252) is unknown color: approx Siam. HEX triplet: 6A, 72 and 52. RGB value is (106,114,82). Sum of RGB (Red+Green+Blue) = 106+114+82=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7252 is #958DAD. Grayscale: #6C6C6C. Windows color (decimal): -9801134 or 5403242. OLE color: 5403242.

HSL color Cylindrical-coordinate representation of color #6A7252: hue angle of 75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A7252 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB10611482-
CMYK0.0700.280.55
HSL75º16.33%38.43%-
HSV(B)75º28.07%44.71%-
XYZ13.4815.7110.3-
YUV107.96113.35126.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=35.10%
G=37.75%
B=27.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106114820.0700.280.557516.3338.43
Hex6A7252701C374b1026
Octal1521621227034671132046
Binary110101011100101010010111011100110111100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,114,82); }

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

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

 a { background-color: rgb(106,114,82); }

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

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

 span { border-color: rgb(106,114,82); }

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