#6B705B

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

Shades of Siam #6B705B

Tints of Siam #6B705B

Color information

#6B705B (or 0x6B705B) is unknown color: approx Siam. HEX triplet: 6B, 70 and 5B. RGB value is (107,112,91). Sum of RGB (Red+Green+Blue) = 107+112+91=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #6B705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B705B is #948FA4. Grayscale: #6C6C6C. Windows color (decimal): -9736101 or 5992555. OLE color: 5992555.

HSL color Cylindrical-coordinate representation of color #6B705B: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B705B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB10711291-
CMYK0.0400.190.56
HSL74.29º10.34%39.8%-
HSV(B)74.29º18.75%43.92%-
XYZ13.7515.4712.16-
YUV108.11118.34127.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=34.52%
G=36.13%
B=29.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112910.0400.190.5674.2910.3439.8
Hex6B705B4013384aa28
Octal1531601334023701121250
Binary11010111110000101101110001001111100010010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,91); }

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

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

 a { background-color: rgb(107,112,91); }

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

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

 span { border-color: rgb(107,112,91); }

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