#964765

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

Shades of Cadillac #964765

Tints of Cadillac #964765

Color information

#964765 (or 0x964765) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 65. RGB value is (150,71,101). Sum of RGB (Red+Green+Blue) = 150+71+101=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #964765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964765 is #69B89A. Grayscale: #626262. Windows color (decimal): -6928539 or 6637462. OLE color: 6637462.

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

Color convert

RGB15071101-
CMYK00.530.330.41
HSL337.22º35.75%43.33%-
HSV(B)337.22º52.67%58.82%-
XYZ17.1811.9313.71-
YUV98.04129.67165.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=46.58%
G=22.05%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507110100.530.330.41337.2235.7543.33
Hex9647650352129151242b
Octal22610714506541515214453
Binary10010110100011111001010110101100001101001101010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964765; }

 p { color: rgb(150,71,101); }

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

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

 a { background-color: rgb(150,71,101); }

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

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

 span { border-color: rgb(150,71,101); }

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