#6B764C

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

Shades of Siam #6B764C

Tints of Siam #6B764C

Color information

#6B764C (or 0x6B764C) is unknown color: approx Siam. HEX triplet: 6B, 76 and 4C. RGB value is (107,118,76). Sum of RGB (Red+Green+Blue) = 107+118+76=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #6B764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B764C is #9489B3. Grayscale: #6E6E6E. Windows color (decimal): -9734580 or 5011051. OLE color: 5011051.

HSL color Cylindrical-coordinate representation of color #6B764C: hue angle of 75.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B764C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB10711876-
CMYK0.0900.360.54
HSL75.71º21.65%38.04%-
HSV(B)75.71º35.59%46.27%-
XYZ13.8516.69.31-
YUV109.92108.86125.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=35.55%
G=39.20%
B=25.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118760.0900.360.5475.7121.6538.04
Hex6B764C9024364c1626
Octal15316611411044661142646
Binary11010111110110100110010010100100110110100110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,76); }

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

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

 a { background-color: rgb(107,118,76); }

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

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

 span { border-color: rgb(107,118,76); }

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