#964662

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

Shades of Cadillac #964662

Tints of Cadillac #964662

Color information

#964662 (or 0x964662) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 62. RGB value is (150,70,98). Sum of RGB (Red+Green+Blue) = 150+70+98=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #964662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964662 is #69B99D. Grayscale: #616161. Windows color (decimal): -6928798 or 6440598. OLE color: 6440598.

HSL color Cylindrical-coordinate representation of color #964662: hue angle of 339º 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 #964662 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1507098-
CMYK00.530.350.41
HSL339º36.36%43.14%-
HSV(B)339º53.33%58.82%-
XYZ16.9711.7512.93-
YUV97.11128.5165.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=47.17%
G=22.01%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150709800.530.350.4133936.3643.14
Hex9646620352329153242b
Octal22610614206543515234453
Binary10010110100011011000100110101100011101001101010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964662; }

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

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

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

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

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

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

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

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