Html Css Color HEX #996328 Afghan Tan

📋 copy color: '#996328'

red 153 ◦ green 99 ◦ blue 40

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

Shades of Afghan Tan #996328

Tints of Afghan Tan #996328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 52.4%
G = 33.9%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#996328 (or 0x996328) is known color: Afghan Tan. HEX triplet: 99, 63 and 28. RGB value is (153,99,40). Sum of RGB (Red+Green+Blue) = 153+99+40=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996328 is #669CD7. Grayscale: #6C6C6C. Windows color (decimal): -6724824 or 2646937. OLE color: 2646937.

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

Color convert

RGB 153 99 40 -
CMYK 0 0.35 0.74 0.4
HSL 31.33º 0.59% 0.38% -
HSV(B) 31.33º 0.74% 0.6% -
XYZ 17.98 15.85 4.12 -
YUV 108.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 153 99 40 0 0.35 0.74 0.4 31.33 0.59 0.38
Hex 99 63 28 0 23 4A 28 1F 3B 26
Octal 231 143 50 0 43 112 50 37 73 46
Binary 10011001 1100011 101000 0 100011 1001010 101000 11111 111011 100110

Color Harmonies of #996328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996328

Black with #996328

Text Example


Text Example

White with #996328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996328; }

 p { color: rgb(153,99,40); }

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

background-color css

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

 a { background-color: rgb(153,99,40); }

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

border-color css

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

 span { border-color: rgb(153,99,40); }

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