#6B7153

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

Shades of Siam #6B7153

Tints of Siam #6B7153

Color information

#6B7153 (or 0x6B7153) is unknown color: approx Siam. HEX triplet: 6B, 71 and 53. RGB value is (107,113,83). Sum of RGB (Red+Green+Blue) = 107+113+83=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7153 is #948EAC. Grayscale: #6B6B6B. Windows color (decimal): -9735853 or 5468523. OLE color: 5468523.

HSL color Cylindrical-coordinate representation of color #6B7153: hue angle of 72º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7153 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB10711383-
CMYK0.0500.270.56
HSL72º15.31%38.43%-
HSV(B)72º26.55%44.31%-
XYZ13.5315.5610.47-
YUV107.79114.01127.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=35.31%
G=37.29%
B=27.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113830.0500.270.567215.3138.43
Hex6B7153501B3848f26
Octal1531611235033701101746
Binary11010111110001101001110101101111100010010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,83); }

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

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

 a { background-color: rgb(107,113,83); }

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

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

 span { border-color: rgb(107,113,83); }

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