#963f6f

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

Shades of Cadillac #963F6F

Tints of Cadillac #963F6F

Color information

#963F6F (or 0x963F6F) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 6F. RGB value is (150,63,111). Sum of RGB (Red+Green+Blue) = 150+63+111=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #963F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F6F is #69C090. Grayscale: #5E5E5E. Windows color (decimal): -6930577 or 7290774. OLE color: 7290774.

HSL color Cylindrical-coordinate representation of color #963F6F: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F6F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15063111-
CMYK00.580.260.41
HSL326.9º40.85%41.76%-
HSV(B)326.9º58%58.82%-
XYZ17.2211.1916.29-
YUV94.48137.32167.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=46.30%
G=19.44%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506311100.580.260.41326.940.8541.76
Hex963F6F03A1A29147292a
Octal2267715707232515075152
Binary100101101111111101111011101011010101001101000111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963f6f; }

 p { color: rgb(150,63,111); }

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

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

 a { background-color: rgb(150,63,111); }

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

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

 span { border-color: rgb(150,63,111); }

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