#96406A

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

Shades of Cadillac #96406A

Tints of Cadillac #96406A

Color information

#96406A (or 0x96406A) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 6A. RGB value is (150,64,106). Sum of RGB (Red+Green+Blue) = 150+64+106=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #96406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96406A is #69BF95. Grayscale: #5E5E5E. Windows color (decimal): -6930326 or 6963350. OLE color: 6963350.

HSL color Cylindrical-coordinate representation of color #96406A: hue angle of 330.7º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96406A is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15064106-
CMYK00.570.290.41
HSL330.7º40.19%41.96%-
HSV(B)330.7º57.33%58.82%-
XYZ17.0111.1914.9-
YUV94.5134.49167.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=46.88%
G=20%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506410600.570.290.41330.740.1941.96
Hex96406A0391D2914b282a
Octal22610015207135515135052
Binary1001011010000001101010011100111101101001101001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96406A; }

 p { color: rgb(150,64,106); }

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

<style>
 a { background-color: #96406A; }

 a { background-color: rgb(150,64,106); }

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

<style>
 span { border-color: #96406A; }

 span { border-color: rgb(150,64,106); }

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