Html Css Color HEX #995B26 Afghan Tan

📋 copy color: '#995B26'

red 153 ◦ green 91 ◦ blue 38

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

Shades of Afghan Tan #995B26

Tints of Afghan Tan #995B26

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

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

R = 54.26%
G = 32.27%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#995B26 (or 0x995B26) is known color: Afghan Tan. HEX triplet: 99, 5B and 26. RGB value is (153,91,38). Sum of RGB (Red+Green+Blue) = 153+91+38=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #995B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B26 is #66A4D9. Grayscale: #676767. Windows color (decimal): -6726874 or 2513817. OLE color: 2513817.

HSL color Cylindrical-coordinate representation of color #995B26: hue angle of 27.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #995B26 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 38 -
CMYK 0 0.41 0.75 0.4
HSL 27.65º 0.6% 0.37% -
HSV(B) 27.65º 0.75% 0.6% -
XYZ 17.23 14.39 3.7 -
YUV 103.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 153 91 38 0 0.41 0.75 0.4 27.65 0.6 0.37
Hex 99 5B 26 0 29 4B 28 1C 3C 25
Octal 231 133 46 0 51 113 50 34 74 45
Binary 10011001 1011011 100110 0 101001 1001011 101000 11100 111100 100101

Color Harmonies of #995B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B26

Black with #995B26

Text Example


Text Example

White with #995B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B26; }

 p { color: rgb(153,91,38); }

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

background-color css

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

 a { background-color: rgb(153,91,38); }

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

border-color css

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

 span { border-color: rgb(153,91,38); }

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