#96495E

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

Shades of Cadillac #96495E

Tints of Cadillac #96495E

Color information

#96495E (or 0x96495E) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 5E. RGB value is (150,73,94). Sum of RGB (Red+Green+Blue) = 150+73+94=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96495E is #69B6A1. Grayscale: #626262. Windows color (decimal): -6928034 or 6179222. OLE color: 6179222.

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

Color convert

RGB1507394-
CMYK00.510.370.41
HSL343.64º34.53%43.73%-
HSV(B)343.64º51.33%58.82%-
XYZ16.9812.0612.02-
YUV98.42125.51164.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=47.32%
G=23.03%
B=29.65%

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
Decimal150739400.510.370.41343.6434.5343.73
Hex96495E0332529158232c
Octal22611113606345515304354
Binary10010110100100110111100110011100101101001101011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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