#964B5E

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

Shades of Cadillac #964B5E

Tints of Cadillac #964B5E

Color information

#964B5E (or 0x964B5E) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 5E. RGB value is (150,75,94). Sum of RGB (Red+Green+Blue) = 150+75+94=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B5E is #69B4A1. Grayscale: #636363. Windows color (decimal): -6927522 or 6179734. OLE color: 6179734.

HSL color Cylindrical-coordinate representation of color #964B5E: hue angle of 344.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B5E is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1507594-
CMYK00.50.370.41
HSL344.8º33.33%44.12%-
HSV(B)344.8º50%58.82%-
XYZ17.1112.3212.07-
YUV99.59124.85163.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=47.02%
G=23.51%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150759400.50.370.41344.833.3344.12
Hex964B5E0322529159212c
Octal22611313606245515314154
Binary10010110100101110111100110010100101101001101011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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