#984567

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

Shades of Cadillac #984567

Tints of Cadillac #984567

Color information

#984567 (or 0x984567) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 67. RGB value is (152,69,103). Sum of RGB (Red+Green+Blue) = 152+69+103=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #984567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984567 is #67BA98. Grayscale: #616161. Windows color (decimal): -6797977 or 6768024. OLE color: 6768024.

HSL color Cylindrical-coordinate representation of color #984567: hue angle of 335.42º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984567 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15269103-
CMYK00.550.320.40
HSL335.42º37.56%43.33%-
HSV(B)335.42º54.61%59.61%-
XYZ17.5311.9114.21-
YUV97.69131166.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=46.91%
G=21.30%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526910300.550.320.40335.4237.5643.33
Hex984567037202814f262b
Octal23010514706740505174653
Binary10011000100010111001110110111100000101000101001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984567; }

 p { color: rgb(152,69,103); }

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

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

 a { background-color: rgb(152,69,103); }

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

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

 span { border-color: rgb(152,69,103); }

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