#974665

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

Shades of Cadillac #974665

Tints of Cadillac #974665

Color information

#974665 (or 0x974665) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 65. RGB value is (151,70,101). Sum of RGB (Red+Green+Blue) = 151+70+101=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #974665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974665 is #68B99A. Grayscale: #616161. Windows color (decimal): -6863259 or 6637207. OLE color: 6637207.

HSL color Cylindrical-coordinate representation of color #974665: hue angle of 337.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974665 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15170101-
CMYK00.540.330.41
HSL337.04º36.65%43.33%-
HSV(B)337.04º53.64%59.22%-
XYZ17.311.913.7-
YUV97.75129.84165.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=46.89%
G=21.74%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517010100.540.330.41337.0436.6543.33
Hex9746650362129151252b
Octal22710614506641515214553
Binary10010111100011011001010110110100001101001101010001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974665; }

 p { color: rgb(151,70,101); }

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

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

 a { background-color: rgb(151,70,101); }

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

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

 span { border-color: rgb(151,70,101); }

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