#964659

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

Shades of Cadillac #964659

Tints of Cadillac #964659

Color information

#964659 (or 0x964659) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 59. RGB value is (150,70,89). Sum of RGB (Red+Green+Blue) = 150+70+89=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #964659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964659 is #69B9A6. Grayscale: #606060. Windows color (decimal): -6928807 or 5850774. OLE color: 5850774.

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

Color convert

RGB1507089-
CMYK00.530.410.41
HSL345.75º36.36%43.14%-
HSV(B)345.75º53.33%58.82%-
XYZ16.5711.5910.81-
YUV96.09124166.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=48.54%
G=22.65%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150708900.530.410.41345.7536.3643.14
Hex964659035292915a242b
Octal22610613106551515324453
Binary10010110100011010110010110101101001101001101011010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964659; }

 p { color: rgb(150,70,89); }

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

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

 a { background-color: rgb(150,70,89); }

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

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

 span { border-color: rgb(150,70,89); }

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