#6B774D

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

Shades of Siam #6B774D

Tints of Siam #6B774D

Color information

#6B774D (or 0x6B774D) is unknown color: approx Siam. HEX triplet: 6B, 77 and 4D. RGB value is (107,119,77). Sum of RGB (Red+Green+Blue) = 107+119+77=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #6B774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B774D is #9488B2. Grayscale: #6E6E6E. Windows color (decimal): -9734323 or 5076843. OLE color: 5076843.

HSL color Cylindrical-coordinate representation of color #6B774D: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B774D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB10711977-
CMYK0.1000.350.53
HSL77.14º21.43%38.43%-
HSV(B)77.14º35.29%46.67%-
XYZ1416.869.54-
YUV110.62109.02125.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=35.31%
G=39.27%
B=25.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119770.1000.350.5377.1421.4338.43
Hex6B774DA023354d1526
Octal15316711512043651152546
Binary11010111110111100110110100100011110101100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,77); }

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

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

 a { background-color: rgb(107,119,77); }

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

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

 span { border-color: rgb(107,119,77); }

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