Html Css Color HEX #9A6626 Afghan Tan

📋 copy color: '#9A6626'

red 154 ◦ green 102 ◦ blue 38

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

Shades of Afghan Tan #9A6626

Tints of Afghan Tan #9A6626

RGB

 RED value IS 154 (60.55% from 255) = 52.38%

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 52.38%
G = 34.69%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#9A6626 (or 0x9A6626) is known color: Afghan Tan. HEX triplet: 9A, 66 and 26. RGB value is (154,102,38). Sum of RGB (Red+Green+Blue) = 154+102+38=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6626 is #6599D9. Grayscale: #6E6E6E. Windows color (decimal): -6658522 or 2516634. OLE color: 2516634.

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

Color convert

RGB 154 102 38 -
CMYK 0 0.34 0.75 0.40
HSL 33.1º 0.6% 0.38% -
HSV(B) 33.1º 0.75% 0.6% -
XYZ 18.43 16.51 4.05 -
YUV 110.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 154 102 38 0 0.34 0.75 0.40 33.1 0.6 0.38
Hex 9A 66 26 0 22 4B 28 21 3C 26
Octal 232 146 46 0 42 113 50 41 74 46
Binary 10011010 1100110 100110 0 100010 1001011 101000 100001 111100 100110

Color Harmonies of #9A6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6626

Black with #9A6626

Text Example


Text Example

White with #9A6626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,102,38); }

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

background-color css

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

 a { background-color: rgb(154,102,38); }

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

border-color css

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

 span { border-color: rgb(154,102,38); }

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