Html Css Color HEX #96581E Afghan Tan

📋 copy color: '#96581E'

red 150 ◦ green 88 ◦ blue 30

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

Shades of Afghan Tan #96581E

Tints of Afghan Tan #96581E

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 55.97%
G = 32.84%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96581E (or 0x96581E) is known color: Afghan Tan. HEX triplet: 96, 58 and 1E. RGB value is (150,88,30). Sum of RGB (Red+Green+Blue) = 150+88+30=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96581E is #69A7E1. Grayscale: #646464. Windows color (decimal): -6924258 or 1988758. OLE color: 1988758.

HSL color Cylindrical-coordinate representation of color #96581E: hue angle of 29º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96581E is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 30 -
CMYK 0 0.41 0.80 0.41
HSL 29º 0.67% 0.35% -
HSV(B) 29º 0.8% 0.59% -
XYZ 16.3 13.56 2.99 -
YUV 99.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 150 88 30 0 0.41 0.80 0.41 29 0.67 0.35
Hex 96 58 1E 0 29 50 29 1D 43 23
Octal 226 130 36 0 51 120 51 35 103 43
Binary 10010110 1011000 11110 0 101001 1010000 101001 11101 1000011 100011

Color Harmonies of #96581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96581E

Black with #96581E

Text Example


Text Example

White with #96581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96581E; }

 p { color: rgb(150,88,30); }

 H1.HeaderClassName
 {
   color: #96581E;
 }
 .AnyTagClassName
 {
   color: #96581E;
 }
</style>

background-color css

<style>
 a { background-color: #96581E; }

 a { background-color: rgb(150,88,30); }

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

border-color css

<style>
 span { border-color: #96581E; }

 span { border-color: rgb(150,88,30); }

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