#96495F

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

Shades of Cadillac #96495F

Tints of Cadillac #96495F

Color information

#96495F (or 0x96495F) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 5F. RGB value is (150,73,95). Sum of RGB (Red+Green+Blue) = 150+73+95=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #96495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96495F is #69B6A0. Grayscale: #626262. Windows color (decimal): -6928033 or 6244758. OLE color: 6244758.

HSL color Cylindrical-coordinate representation of color #96495F: hue angle of 342.86º 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 #96495F is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1507395-
CMYK00.510.370.41
HSL342.86º34.53%43.73%-
HSV(B)342.86º51.33%58.82%-
XYZ17.0312.0812.26-
YUV98.53126.01164.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=47.17%
G=22.96%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150739500.510.370.41342.8634.5343.73
Hex96495F0332529157232c
Octal22611113706345515274354
Binary10010110100100110111110110011100101101001101010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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