Html Css Color HEX #964D65 Cadillac

📋 copy color: '#964D65'

red 150 ◦ green 77 ◦ blue 101

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

Shades of Cadillac #964D65

Tints of Cadillac #964D65

RGB

 RED value IS 150 (58.98% from 255) = 45.73%

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

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

R = 45.73%
G = 23.48%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964D65 (or 0x964D65) is known color: Cadillac. HEX triplet: 96, 4D and 65. RGB value is (150,77,101). Sum of RGB (Red+Green+Blue) = 150+77+101=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #964D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D65 is #69B29A. Grayscale: #656565. Windows color (decimal): -6927003 or 6638998. OLE color: 6638998.

HSL color Cylindrical-coordinate representation of color #964D65: hue angle of 340.27º 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 #964D65 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 101 -
CMYK 0 0.49 0.33 0.41
HSL 340.27º 0.32% 0.45% -
HSV(B) 340.27º 0.49% 0.59% -
XYZ 17.58 12.73 13.84 -
YUV 101.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 150 77 101 0 0.49 0.33 0.41 340.27 0.32 0.45
Hex 96 4D 65 0 31 21 29 154 20 2D
Octal 226 115 145 0 61 41 51 524 40 55
Binary 10010110 1001101 1100101 0 110001 100001 101001 101010100 100000 101101

Color Harmonies of #964D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D65

Black with #964D65

Text Example


Text Example

White with #964D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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