#964D5E

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

Shades of Cadillac #964D5E

Tints of Cadillac #964D5E

Color information

#964D5E (or 0x964D5E) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 5E. RGB value is (150,77,94). Sum of RGB (Red+Green+Blue) = 150+77+94=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D5E is #69B2A1. Grayscale: #646464. Windows color (decimal): -6927010 or 6180246. OLE color: 6180246.

HSL color Cylindrical-coordinate representation of color #964D5E: hue angle of 346.03º 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 #964D5E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1507794-
CMYK00.490.370.41
HSL346.03º32.16%44.51%-
HSV(B)346.03º48.67%58.82%-
XYZ17.2512.612.11-
YUV100.77124.18163.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=46.73%
G=23.99%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150779400.490.370.41346.0332.1644.51
Hex964D5E031252915a202d
Octal22611513606145515324055
Binary10010110100110110111100110001100101101001101011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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