Html Css Color HEX #996123 Afghan Tan

📋 copy color: '#996123'

red 153 ◦ green 97 ◦ blue 35

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

Shades of Afghan Tan #996123

Tints of Afghan Tan #996123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 53.68%
G = 34.04%
B = 12.28%

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

#996123 (or 0x996123) is known color: Afghan Tan. HEX triplet: 99, 61 and 23. RGB value is (153,97,35). Sum of RGB (Red+Green+Blue) = 153+97+35=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #996123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996123 is #669EDC. Grayscale: #6A6A6A. Windows color (decimal): -6725341 or 2318745. OLE color: 2318745.

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

Color convert

RGB 153 97 35 -
CMYK 0 0.37 0.77 0.4
HSL 31.53º 0.63% 0.37% -
HSV(B) 31.53º 0.77% 0.6% -
XYZ 17.71 15.44 3.64 -
YUV 106.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 153 97 35 0 0.37 0.77 0.4 31.53 0.63 0.37
Hex 99 61 23 0 25 4D 28 20 3F 25
Octal 231 141 43 0 45 115 50 40 77 45
Binary 10011001 1100001 100011 0 100101 1001101 101000 100000 111111 100101

Color Harmonies of #996123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996123

Black with #996123

Text Example


Text Example

White with #996123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996123; }

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

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

background-color css

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

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

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

border-color css

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

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

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