#6B6E5E

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

Shades of Siam #6B6E5E

Tints of Siam #6B6E5E

Color information

#6B6E5E (or 0x6B6E5E) is unknown color: approx Siam. HEX triplet: 6B, 6E and 5E. RGB value is (107,110,94). Sum of RGB (Red+Green+Blue) = 107+110+94=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E5E is #9491A1. Grayscale: #6B6B6B. Windows color (decimal): -9736610 or 6188651. OLE color: 6188651.

HSL color Cylindrical-coordinate representation of color #6B6E5E: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6E5E is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB10711094-
CMYK0.0300.150.57
HSL71.25º7.84%40%-
HSV(B)71.25º14.55%43.14%-
XYZ13.6615.0912.78-
YUV107.28120.51127.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=34.41%
G=35.37%
B=30.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107110940.0300.150.5771.257.8440
Hex6B6E5E30F3947828
Octal1531561363017711071050
Binary110101111011101011110110111111100110001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,94); }

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

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

 a { background-color: rgb(107,110,94); }

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

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

 span { border-color: rgb(107,110,94); }

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