Html Css Color HEX #996525 Afghan Tan

📋 copy color: '#996525'

red 153 ◦ green 101 ◦ blue 37

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

Shades of Afghan Tan #996525

Tints of Afghan Tan #996525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 52.58%
G = 34.71%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996525 (or 0x996525) is known color: Afghan Tan. HEX triplet: 99, 65 and 25. RGB value is (153,101,37). Sum of RGB (Red+Green+Blue) = 153+101+37=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996525 is #669ADA. Grayscale: #6D6D6D. Windows color (decimal): -6724315 or 2450841. OLE color: 2450841.

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

Color convert

RGB 153 101 37 -
CMYK 0 0.34 0.76 0.4
HSL 33.1º 0.61% 0.37% -
HSV(B) 33.1º 0.76% 0.6% -
XYZ 18.12 16.21 3.92 -
YUV 109.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 153 101 37 0 0.34 0.76 0.4 33.1 0.61 0.37
Hex 99 65 25 0 22 4C 28 21 3D 25
Octal 231 145 45 0 42 114 50 41 75 45
Binary 10011001 1100101 100101 0 100010 1001100 101000 100001 111101 100101

Color Harmonies of #996525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996525

Black with #996525

Text Example


Text Example

White with #996525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996525; }

 p { color: rgb(153,101,37); }

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

background-color css

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

 a { background-color: rgb(153,101,37); }

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

border-color css

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

 span { border-color: rgb(153,101,37); }

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