Html Css Color HEX #96502D Alert Tan

📋 copy color: '#96502D'

red 150 ◦ green 80 ◦ blue 45

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

Shades of Alert Tan #96502D

Tints of Alert Tan #96502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 54.55%
G = 29.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96502D (or 0x96502D) is known color: Alert Tan. HEX triplet: 96, 50 and 2D. RGB value is (150,80,45). Sum of RGB (Red+Green+Blue) = 150+80+45=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96502D is #69AFD2. Grayscale: #616161. Windows color (decimal): -6926291 or 2969750. OLE color: 2969750.

HSL color Cylindrical-coordinate representation of color #96502D: hue angle of 20º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96502D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 45 -
CMYK 0 0.47 0.70 0.41
HSL 20º 0.54% 0.38% -
HSV(B) 20º 0.7% 0.59% -
XYZ 15.92 12.41 4.04 -
YUV 96.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 150 80 45 0 0.47 0.70 0.41 20 0.54 0.38
Hex 96 50 2D 0 2F 46 29 14 36 26
Octal 226 120 55 0 57 106 51 24 66 46
Binary 10010110 1010000 101101 0 101111 1000110 101001 10100 110110 100110

Color Harmonies of #96502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96502D

Black with #96502D

Text Example


Text Example

White with #96502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96502D; }

 p { color: rgb(150,80,45); }

 H1.HeaderClassName
 {
   color: #96502D;
 }
 .AnyTagClassName
 {
   color: #96502D;
 }
</style>

background-color css

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

 a { background-color: rgb(150,80,45); }

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

border-color css

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

 span { border-color: rgb(150,80,45); }

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