Html Css Color HEX #996127 Afghan Tan

📋 copy color: '#996127'

red 153 ◦ green 97 ◦ blue 39

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

Shades of Afghan Tan #996127

Tints of Afghan Tan #996127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 52.94%
G = 33.56%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996127 (or 0x996127) is known color: Afghan Tan. HEX triplet: 99, 61 and 27. RGB value is (153,97,39). Sum of RGB (Red+Green+Blue) = 153+97+39=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996127 is #669ED8. Grayscale: #6B6B6B. Windows color (decimal): -6725337 or 2580889. OLE color: 2580889.

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

Color convert

RGB 153 97 39 -
CMYK 0 0.37 0.75 0.4
HSL 30.53º 0.59% 0.38% -
HSV(B) 30.53º 0.75% 0.6% -
XYZ 17.78 15.47 3.97 -
YUV 107.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 153 97 39 0 0.37 0.75 0.4 30.53 0.59 0.38
Hex 99 61 27 0 25 4B 28 1F 3B 26
Octal 231 141 47 0 45 113 50 37 73 46
Binary 10011001 1100001 100111 0 100101 1001011 101000 11111 111011 100110

Color Harmonies of #996127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996127

Black with #996127

Text Example


Text Example

White with #996127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996127; }

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

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

background-color css

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

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

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

border-color css

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

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

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