Html Css Color HEX #9D6323 Afghan Tan

📋 copy color: '#9D6323'

red 157 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #9D6323

Tints of Afghan Tan #9D6323

RGB

 RED value IS 157 (61.72% from 255) = 53.95%

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

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

R = 53.95%
G = 34.02%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D6323 (or 0x9D6323) is known color: Afghan Tan. HEX triplet: 9D, 63 and 23. RGB value is (157,99,35). Sum of RGB (Red+Green+Blue) = 157+99+35=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6323 is #629CDC. Grayscale: #6D6D6D. Windows color (decimal): -6462685 or 2319261. OLE color: 2319261.

HSL color Cylindrical-coordinate representation of color #9D6323: hue angle of 31.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D6323 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 99 35 -
CMYK 0 0.37 0.78 0.38
HSL 31.48º 0.64% 0.38% -
HSV(B) 31.48º 0.78% 0.62% -
XYZ 18.67 16.21 3.74 -
YUV 109.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 157 99 35 0 0.37 0.78 0.38 31.48 0.64 0.38
Hex 9D 63 23 0 25 4E 26 1F 40 26
Octal 235 143 43 0 45 116 46 37 100 46
Binary 10011101 1100011 100011 0 100101 1001110 100110 11111 1000000 100110

Color Harmonies of #9D6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6323

Black with #9D6323

Text Example


Text Example

White with #9D6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D6323; }

 p { color: rgb(157,99,35); }

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

background-color css

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

 a { background-color: rgb(157,99,35); }

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

border-color css

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

 span { border-color: rgb(157,99,35); }

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