Html Css Color HEX #985B1E Afghan Tan

📋 copy color: '#985B1E'

red 152 ◦ green 91 ◦ blue 30

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

Shades of Afghan Tan #985B1E

Tints of Afghan Tan #985B1E

RGB

 RED value IS 152 (59.77% from 255) = 55.68%

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 55.68%
G = 33.33%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#985B1E (or 0x985B1E) is known color: Afghan Tan. HEX triplet: 98, 5B and 1E. RGB value is (152,91,30). Sum of RGB (Red+Green+Blue) = 152+91+30=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #985B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B1E is #67A4E1. Grayscale: #666666. Windows color (decimal): -6792418 or 1989528. OLE color: 1989528.

HSL color Cylindrical-coordinate representation of color #985B1E: hue angle of 30º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #985B1E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 91 30 -
CMYK 0 0.40 0.80 0.40
HSL 30º 0.67% 0.36% -
HSV(B) 30º 0.8% 0.6% -
XYZ 16.92 14.25 3.09 -
YUV 102.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 152 91 30 0 0.40 0.80 0.40 30 0.67 0.36
Hex 98 5B 1E 0 28 50 28 1E 43 24
Octal 230 133 36 0 50 120 50 36 103 44
Binary 10011000 1011011 11110 0 101000 1010000 101000 11110 1000011 100100

Color Harmonies of #985B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B1E

Black with #985B1E

Text Example


Text Example

White with #985B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985B1E; }

 p { color: rgb(152,91,30); }

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

background-color css

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

 a { background-color: rgb(152,91,30); }

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

border-color css

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

 span { border-color: rgb(152,91,30); }

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