#964674

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

Shades of Cadillac #964674

Tints of Cadillac #964674

Color information

#964674 (or 0x964674) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 74. RGB value is (150,70,116). Sum of RGB (Red+Green+Blue) = 150+70+116=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964674 is #69B98B. Grayscale: #636363. Windows color (decimal): -6928780 or 7620246. OLE color: 7620246.

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

Color convert

RGB15070116-
CMYK00.530.230.41
HSL325.5º36.36%43.14%-
HSV(B)325.5º53.33%58.82%-
XYZ17.9212.1317.92-
YUV99.16137.5164.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=44.64%
G=20.83%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507011600.530.230.41325.536.3643.14
Hex9646740351729146242b
Octal22610616406527515064453
Binary1001011010001101110100011010110111101001101000110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964674; }

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

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

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

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

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

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

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

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