Html Css Color HEX #96466A Cadillac

📋 copy color: '#96466A'

red 150 ◦ green 70 ◦ blue 106

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

Shades of Cadillac #96466A

Tints of Cadillac #96466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 46.01%
G = 21.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96466A (or 0x96466A) is known color: Cadillac. HEX triplet: 96, 46 and 6A. RGB value is (150,70,106). Sum of RGB (Red+Green+Blue) = 150+70+106=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96466A is #69B995. Grayscale: #616161. Windows color (decimal): -6928790 or 6964886. OLE color: 6964886.

HSL color Cylindrical-coordinate representation of color #96466A: hue angle of 333º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96466A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 106 -
CMYK 0 0.53 0.29 0.41
HSL 333º 0.36% 0.43% -
HSV(B) 333º 0.53% 0.59% -
XYZ 17.37 11.9 15.02 -
YUV 98.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 150 70 106 0 0.53 0.29 0.41 333 0.36 0.43
Hex 96 46 6A 0 35 1D 29 14D 24 2B
Octal 226 106 152 0 65 35 51 515 44 53
Binary 10010110 1000110 1101010 0 110101 11101 101001 101001101 100100 101011

Color Harmonies of #96466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96466A

Black with #96466A

Text Example


Text Example

White with #96466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96466A; }

 p { color: rgb(150,70,106); }

 H1.HeaderClassName
 {
   color: #96466A;
 }
 .AnyTagClassName
 {
   color: #96466A;
 }
</style>

background-color css

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

 a { background-color: rgb(150,70,106); }

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

border-color css

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

 span { border-color: rgb(150,70,106); }

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