#96495B

Color #96495B Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #96495B

Tints of Cadillac #96495B

Color information

#96495B (or 0x96495B) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 5B. RGB value is (150,73,91). Sum of RGB (Red+Green+Blue) = 150+73+91=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96495B is #69B6A4. Grayscale: #626262. Windows color (decimal): -6928037 or 5982614. OLE color: 5982614.

HSL color Cylindrical-coordinate representation of color #96495B: hue angle of 345.97º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96495B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1507391-
CMYK00.510.390.41
HSL345.97º34.53%43.73%-
HSV(B)345.97º51.33%58.82%-
XYZ16.851211.33-
YUV98.07124.01165.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=47.77%
G=23.25%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150739100.510.390.41345.9734.5343.73
Hex96495B033272915a232c
Octal22611113306347515324354
Binary10010110100100110110110110011100111101001101011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96495B; }

 p { color: rgb(150,73,91); }

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

<style>
 a { background-color: #96495B; }

 a { background-color: rgb(150,73,91); }

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

<style>
 span { border-color: #96495B; }

 span { border-color: rgb(150,73,91); }

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