#96523F

Color #96523F El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #96523F

Tints of El Salva #96523F

Color information

#96523F (or 0x96523F) is unknown color: approx El Salva. HEX triplet: 96, 52 and 3F. RGB value is (150,82,63). Sum of RGB (Red+Green+Blue) = 150+82+63=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523F is #69ADC0. Grayscale: #646464. Windows color (decimal): -6925761 or 4149910. OLE color: 4149910.

HSL color Cylindrical-coordinate representation of color #96523F: hue angle of 13.1º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96523F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1508263-
CMYK00.450.580.41
HSL13.1º40.85%41.76%-
HSV(B)13.1º58%58.82%-
XYZ16.4912.886.32-
YUV100.17107.03163.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 63 (25% from 255) = 21.36%
R=50.85%
G=27.80%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150826300.450.580.4113.140.8541.76
Hex96523F02D3A29d292a
Octal226122770557251155152
Binary10010110101001011111101011011110101010011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96523F; }

 p { color: rgb(150,82,63); }

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

<style>
 a { background-color: #96523F; }

 a { background-color: rgb(150,82,63); }

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

<style>
 span { border-color: #96523F; }

 span { border-color: rgb(150,82,63); }

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