#96455E

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

Shades of Cadillac #96455E

Tints of Cadillac #96455E

Color information

#96455E (or 0x96455E) is unknown color: approx Cadillac. HEX triplet: 96, 45 and 5E. RGB value is (150,69,94). Sum of RGB (Red+Green+Blue) = 150+69+94=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96455E is #69BAA1. Grayscale: #606060. Windows color (decimal): -6929058 or 6178198. OLE color: 6178198.

HSL color Cylindrical-coordinate representation of color #96455E: hue angle of 341.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96455E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1506994-
CMYK00.540.370.41
HSL341.48º36.99%42.94%-
HSV(B)341.48º54%58.82%-
XYZ16.7311.5511.94-
YUV96.07126.84166.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=47.92%
G=22.04%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150699400.540.370.41341.4836.9942.94
Hex96455E0362529155252b
Octal22610513606645515254553
Binary10010110100010110111100110110100101101001101010101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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