Html Css Color HEX #996023 Afghan Tan

📋 copy color: '#996023'

red 153 ◦ green 96 ◦ blue 35

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

Shades of Afghan Tan #996023

Tints of Afghan Tan #996023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 53.87%
G = 33.8%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#996023 (or 0x996023) is known color: Afghan Tan. HEX triplet: 99, 60 and 23. RGB value is (153,96,35). Sum of RGB (Red+Green+Blue) = 153+96+35=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #996023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996023 is #669FDC. Grayscale: #6A6A6A. Windows color (decimal): -6725597 or 2318489. OLE color: 2318489.

HSL color Cylindrical-coordinate representation of color #996023: hue angle of 31.02º 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 #996023 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 35 -
CMYK 0 0.37 0.77 0.4
HSL 31.02º 0.63% 0.37% -
HSV(B) 31.02º 0.77% 0.6% -
XYZ 17.62 15.26 3.61 -
YUV 106.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 153 96 35 0 0.37 0.77 0.4 31.02 0.63 0.37
Hex 99 60 23 0 25 4D 28 1F 3F 25
Octal 231 140 43 0 45 115 50 37 77 45
Binary 10011001 1100000 100011 0 100101 1001101 101000 11111 111111 100101

Color Harmonies of #996023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996023

Black with #996023

Text Example


Text Example

White with #996023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996023; }

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

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

background-color css

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

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

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

border-color css

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

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

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