Html Css Color HEX #99461F Alert Tan

📋 copy color: '#99461F'

red 153 ◦ green 70 ◦ blue 31

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

Shades of Alert Tan #99461F

Tints of Alert Tan #99461F

RGB

 RED value IS 153 (60.16% from 255) = 60.24%

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 60.24%
G = 27.56%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99461F (or 0x99461F) is known color: Alert Tan. HEX triplet: 99, 46 and 1F. RGB value is (153,70,31). Sum of RGB (Red+Green+Blue) = 153+70+31=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99461F is #66B9E0. Grayscale: #5A5A5A. Windows color (decimal): -6732257 or 2049689. OLE color: 2049689.

HSL color Cylindrical-coordinate representation of color #99461F: hue angle of 19.18º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99461F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 31 -
CMYK 0 0.54 0.80 0.4
HSL 19.18º 0.66% 0.36% -
HSV(B) 19.18º 0.8% 0.6% -
XYZ 15.57 11.25 2.65 -
YUV 90.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 153 70 31 0 0.54 0.80 0.4 19.18 0.66 0.36
Hex 99 46 1F 0 36 50 28 13 42 24
Octal 231 106 37 0 66 120 50 23 102 44
Binary 10011001 1000110 11111 0 110110 1010000 101000 10011 1000010 100100

Color Harmonies of #99461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99461F

Black with #99461F

Text Example


Text Example

White with #99461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99461F; }

 p { color: rgb(153,70,31); }

 H1.HeaderClassName
 {
   color: #99461F;
 }
 .AnyTagClassName
 {
   color: #99461F;
 }
</style>

background-color css

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

 a { background-color: rgb(153,70,31); }

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

border-color css

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

 span { border-color: rgb(153,70,31); }

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