#974D6B

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

Shades of Cadillac #974D6B

Tints of Cadillac #974D6B

Color information

#974D6B (or 0x974D6B) is unknown color: approx Cadillac. HEX triplet: 97, 4D and 6B. RGB value is (151,77,107). Sum of RGB (Red+Green+Blue) = 151+77+107=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D6B is #68B294. Grayscale: #666666. Windows color (decimal): -6861461 or 7032215. OLE color: 7032215.

HSL color Cylindrical-coordinate representation of color #974D6B: hue angle of 335.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D6B is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15177107-
CMYK00.490.290.41
HSL335.68º32.46%44.71%-
HSV(B)335.68º49.01%59.22%-
XYZ18.0712.9515.46-
YUV102.55130.52162.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=45.07%
G=22.99%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517710700.490.290.41335.6832.4644.71
Hex974D6B0311D29150202d
Octal22711515306135515204055
Binary1001011110011011101011011000111101101001101010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974D6B; }

 p { color: rgb(151,77,107); }

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

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

 a { background-color: rgb(151,77,107); }

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

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

 span { border-color: rgb(151,77,107); }

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