#6B764E

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

Shades of Siam #6B764E

Tints of Siam #6B764E

Color information

#6B764E (or 0x6B764E) is unknown color: approx Siam. HEX triplet: 6B, 76 and 4E. RGB value is (107,118,78). Sum of RGB (Red+Green+Blue) = 107+118+78=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #6B764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B764E is #9489B1. Grayscale: #6E6E6E. Windows color (decimal): -9734578 or 5142123. OLE color: 5142123.

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

Color convert

RGB10711878-
CMYK0.0900.340.54
HSL76.5º20.41%38.43%-
HSV(B)76.5º33.9%46.27%-
XYZ13.9216.639.68-
YUV110.15109.86125.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=35.31%
G=38.94%
B=25.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118780.0900.340.5476.520.4138.43
Hex6B764E9022364c1426
Octal15316611611042661142446
Binary11010111110110100111010010100010110110100110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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