#6B7355

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

Shades of Siam #6B7355

Tints of Siam #6B7355

Color information

#6B7355 (or 0x6B7355) is unknown color: approx Siam. HEX triplet: 6B, 73 and 55. RGB value is (107,115,85). Sum of RGB (Red+Green+Blue) = 107+115+85=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7355 is #948CAA. Grayscale: #6D6D6D. Windows color (decimal): -9735339 or 5600107. OLE color: 5600107.

HSL color Cylindrical-coordinate representation of color #6B7355: hue angle of 76º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7355 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB10711585-
CMYK0.0700.260.55
HSL76º15%39.22%-
HSV(B)76º26.09%45.1%-
XYZ13.8316.0410.96-
YUV109.19114.35126.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=34.85%
G=37.46%
B=27.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115850.0700.260.55761539.22
Hex6B7355701A374cf27
Octal1531631257032671141747
Binary11010111110011101010111101101011011110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,85); }

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

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

 a { background-color: rgb(107,115,85); }

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

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

 span { border-color: rgb(107,115,85); }

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