#6A7251

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

Shades of Siam #6A7251

Tints of Siam #6A7251

Color information

#6A7251 (or 0x6A7251) is unknown color: approx Siam. HEX triplet: 6A, 72 and 51. RGB value is (106,114,81). Sum of RGB (Red+Green+Blue) = 106+114+81=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7251 is #958DAE. Grayscale: #6B6B6B. Windows color (decimal): -9801135 or 5337706. OLE color: 5337706.

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

Color convert

RGB10611481-
CMYK0.0700.290.55
HSL74.55º16.92%38.24%-
HSV(B)74.55º28.95%44.71%-
XYZ13.4515.6910.1-
YUV107.85112.85126.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=35.22%
G=37.87%
B=26.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106114810.0700.290.5574.5516.9238.24
Hex6A7251701D374b1126
Octal1521621217035671132146
Binary110101011100101010001111011101110111100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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