#96465A

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

Shades of Cadillac #96465A

Tints of Cadillac #96465A

Color information

#96465A (or 0x96465A) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 5A. RGB value is (150,70,90). Sum of RGB (Red+Green+Blue) = 150+70+90=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96465A is #69B9A5. Grayscale: #606060. Windows color (decimal): -6928806 or 5916310. OLE color: 5916310.

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

Color convert

RGB1507090-
CMYK00.530.40.41
HSL345º36.36%43.14%-
HSV(B)345º53.33%58.82%-
XYZ16.6111.611.04-
YUV96.2124.5166.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=48.39%
G=22.58%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150709000.530.40.4134536.3643.14
Hex96465A0352829159242b
Octal22610613206550515314453
Binary10010110100011010110100110101101000101001101011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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