Html Css Color HEX #9B6328 Afghan Tan

📋 copy color: '#9B6328'

red 155 ◦ green 99 ◦ blue 40

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

Shades of Afghan Tan #9B6328

Tints of Afghan Tan #9B6328

RGB

 RED value IS 155 (60.94% from 255) = 52.72%

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

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

R = 52.72%
G = 33.67%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B6328 (or 0x9B6328) is known color: Afghan Tan. HEX triplet: 9B, 63 and 28. RGB value is (155,99,40). Sum of RGB (Red+Green+Blue) = 155+99+40=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6328 is #649CD7. Grayscale: #6D6D6D. Windows color (decimal): -6593752 or 2646939. OLE color: 2646939.

HSL color Cylindrical-coordinate representation of color #9B6328: hue angle of 30.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B6328 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 40 -
CMYK 0 0.36 0.74 0.39
HSL 30.78º 0.59% 0.38% -
HSV(B) 30.78º 0.74% 0.61% -
XYZ 18.36 16.05 4.14 -
YUV 109.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 155 99 40 0 0.36 0.74 0.39 30.78 0.59 0.38
Hex 9B 63 28 0 24 4A 27 1F 3B 26
Octal 233 143 50 0 44 112 47 37 73 46
Binary 10011011 1100011 101000 0 100100 1001010 100111 11111 111011 100110

Color Harmonies of #9B6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6328

Black with #9B6328

Text Example


Text Example

White with #9B6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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