Html Css Color HEX #984D65 Cadillac

📋 copy color: '#984D65'

red 152 ◦ green 77 ◦ blue 101

#984D65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #984D65

Tints of Cadillac #984D65

RGB

 RED value IS 152 (59.77% from 255) = 46.06%

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 46.06%
G = 23.33%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984D65 (or 0x984D65) is known color: Cadillac. HEX triplet: 98, 4D and 65. RGB value is (152,77,101). Sum of RGB (Red+Green+Blue) = 152+77+101=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #984D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D65 is #67B29A. Grayscale: #666666. Windows color (decimal): -6795931 or 6639000. OLE color: 6639000.

HSL color Cylindrical-coordinate representation of color #984D65: hue angle of 340.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D65 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 101 -
CMYK 0 0.49 0.34 0.40
HSL 340.8º 0.33% 0.45% -
HSV(B) 340.8º 0.49% 0.6% -
XYZ 17.95 12.92 13.86 -
YUV 102.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 152 77 101 0 0.49 0.34 0.40 340.8 0.33 0.45
Hex 98 4D 65 0 31 22 28 155 21 2D
Octal 230 115 145 0 61 42 50 525 41 55
Binary 10011000 1001101 1100101 0 110001 100010 101000 101010101 100001 101101

Color Harmonies of #984D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D65

Black with #984D65

Text Example


Text Example

White with #984D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D65; }

 p { color: rgb(152,77,101); }

 H1.HeaderClassName
 {
   color: #984D65;
 }
 .AnyTagClassName
 {
   color: #984D65;
 }
</style>

background-color css

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

 a { background-color: rgb(152,77,101); }

 div.DivClassName
 {
   background-color: #984D65;
 }
 .BgClassName
 {
   background-color: #984D65;
 }
</style>

border-color css

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

 span { border-color: rgb(152,77,101); }

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