Html Css Color HEX #996423 Afghan Tan

📋 copy color: '#996423'

red 153 ◦ green 100 ◦ blue 35

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

Shades of Afghan Tan #996423

Tints of Afghan Tan #996423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 53.13%
G = 34.72%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#996423 (or 0x996423) is known color: Afghan Tan. HEX triplet: 99, 64 and 23. RGB value is (153,100,35). Sum of RGB (Red+Green+Blue) = 153+100+35=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #996423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996423 is #669BDC. Grayscale: #6C6C6C. Windows color (decimal): -6724573 or 2319513. OLE color: 2319513.

HSL color Cylindrical-coordinate representation of color #996423: hue angle of 33.05º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #996423 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 35 -
CMYK 0 0.35 0.77 0.4
HSL 33.05º 0.63% 0.37% -
HSV(B) 33.05º 0.77% 0.6% -
XYZ 18 16.01 3.73 -
YUV 108.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 153 100 35 0 0.35 0.77 0.4 33.05 0.63 0.37
Hex 99 64 23 0 23 4D 28 21 3F 25
Octal 231 144 43 0 43 115 50 41 77 45
Binary 10011001 1100100 100011 0 100011 1001101 101000 100001 111111 100101

Color Harmonies of #996423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996423

Black with #996423

Text Example


Text Example

White with #996423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996423; }

 p { color: rgb(153,100,35); }

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

background-color css

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

 a { background-color: rgb(153,100,35); }

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

border-color css

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

 span { border-color: rgb(153,100,35); }

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