#96465B

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

Shades of Cadillac #96465B

Tints of Cadillac #96465B

Color information

#96465B (or 0x96465B) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 5B. RGB value is (150,70,91). Sum of RGB (Red+Green+Blue) = 150+70+91=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96465B is #69B9A4. Grayscale: #606060. Windows color (decimal): -6928805 or 5981846. OLE color: 5981846.

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

Color convert

RGB1507091-
CMYK00.530.390.41
HSL344.25º36.36%43.14%-
HSV(B)344.25º53.33%58.82%-
XYZ16.6611.6211.26-
YUV96.31125166.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=48.23%
G=22.51%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150709100.530.390.41344.2536.3643.14
Hex96465B0352729158242b
Octal22610613306547515304453
Binary10010110100011010110110110101100111101001101011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96465B; }

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

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

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

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

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

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

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

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