Html Css Color HEX #996725 Afghan Tan

📋 copy color: '#996725'

red 153 ◦ green 103 ◦ blue 37

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

Shades of Afghan Tan #996725

Tints of Afghan Tan #996725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 52.22%
G = 35.15%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996725 (or 0x996725) is known color: Afghan Tan. HEX triplet: 99, 67 and 25. RGB value is (153,103,37). Sum of RGB (Red+Green+Blue) = 153+103+37=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #996725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996725 is #6698DA. Grayscale: #6E6E6E. Windows color (decimal): -6723803 or 2451353. OLE color: 2451353.

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

Color convert

RGB 153 103 37 -
CMYK 0 0.33 0.76 0.4
HSL 34.14º 0.61% 0.37% -
HSV(B) 34.14º 0.76% 0.6% -
XYZ 18.32 16.61 3.99 -
YUV 110.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 153 103 37 0 0.33 0.76 0.4 34.14 0.61 0.37
Hex 99 67 25 0 21 4C 28 22 3D 25
Octal 231 147 45 0 41 114 50 42 75 45
Binary 10011001 1100111 100101 0 100001 1001100 101000 100010 111101 100101

Color Harmonies of #996725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996725

Black with #996725

Text Example


Text Example

White with #996725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996725; }

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

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

background-color css

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

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

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

border-color css

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

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

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