#96486F

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

Shades of Cadillac #96486F

Tints of Cadillac #96486F

Color information

#96486F (or 0x96486F) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 6F. RGB value is (150,72,111). Sum of RGB (Red+Green+Blue) = 150+72+111=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486F is #69B790. Grayscale: #636363. Windows color (decimal): -6928273 or 7293078. OLE color: 7293078.

HSL color Cylindrical-coordinate representation of color #96486F: hue angle of 330º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96486F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15072111-
CMYK00.520.260.41
HSL330º35.14%43.53%-
HSV(B)330º52%58.82%-
XYZ17.7612.2716.47-
YUV99.77134.34163.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=45.05%
G=21.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211100.520.260.4133035.1443.53
Hex96486F0341A2914a232c
Octal22611015706432515124354
Binary1001011010010001101111011010011010101001101001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96486F; }

 p { color: rgb(150,72,111); }

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

<style>
 a { background-color: #96486F; }

 a { background-color: rgb(150,72,111); }

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

<style>
 span { border-color: #96486F; }

 span { border-color: rgb(150,72,111); }

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