#924965

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

Shades of Cadillac #924965

Tints of Cadillac #924965

Color information

#924965 (or 0x924965) is unknown color: approx Cadillac. HEX triplet: 92, 49 and 65. RGB value is (146,73,101). Sum of RGB (Red+Green+Blue) = 146+73+101=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #924965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924965 is #6DB69A. Grayscale: #616161. Windows color (decimal): -7190171 or 6637970. OLE color: 6637970.

HSL color Cylindrical-coordinate representation of color #924965: hue angle of 336.99º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924965 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14673101-
CMYK00.50.310.43
HSL336.99º33.33%42.94%-
HSV(B)336.99º50%57.25%-
XYZ16.5911.8213.72-
YUV98.02129.68162.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=45.62%
G=22.81%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467310100.50.310.43336.9933.3342.94
Hex9249650321F2B151212b
Octal22211114506237535214153
Binary1001001010010011100101011001011111101011101010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924965; }

 p { color: rgb(146,73,101); }

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

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

 a { background-color: rgb(146,73,101); }

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

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

 span { border-color: rgb(146,73,101); }

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