#964656

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

Shades of Cadillac #964656

Tints of Cadillac #964656

Color information

#964656 (or 0x964656) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 56. RGB value is (150,70,86). Sum of RGB (Red+Green+Blue) = 150+70+86=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964656 is #69B9A9. Grayscale: #5F5F5F. Windows color (decimal): -6928810 or 5654166. OLE color: 5654166.

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

Color convert

RGB1507086-
CMYK00.530.430.41
HSL348º36.36%43.14%-
HSV(B)348º53.33%58.82%-
XYZ16.4511.5410.16-
YUV95.74122.5166.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=49.02%
G=22.88%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150708600.530.430.4134836.3643.14
Hex9646560352B2915c242b
Octal22610612606553515344453
Binary10010110100011010101100110101101011101001101011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964656; }

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

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

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

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

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

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

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

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