#964D61

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

Shades of Cadillac #964D61

Tints of Cadillac #964D61

Color information

#964D61 (or 0x964D61) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 61. RGB value is (150,77,97). Sum of RGB (Red+Green+Blue) = 150+77+97=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D61 is #69B29E. Grayscale: #656565. Windows color (decimal): -6927007 or 6376854. OLE color: 6376854.

HSL color Cylindrical-coordinate representation of color #964D61: hue angle of 343.56º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D61 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1507797-
CMYK00.490.350.41
HSL343.56º32.16%44.51%-
HSV(B)343.56º48.67%58.82%-
XYZ17.3912.6512.84-
YUV101.11125.68162.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=46.30%
G=23.77%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150779700.490.350.41343.5632.1644.51
Hex964D610312329158202d
Octal22611514106143515304055
Binary10010110100110111000010110001100011101001101011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D61; }

 p { color: rgb(150,77,97); }

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

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

 a { background-color: rgb(150,77,97); }

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

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

 span { border-color: rgb(150,77,97); }

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