Html Css Color HEX #96571D Afghan Tan

📋 copy color: '#96571D'

red 150 ◦ green 87 ◦ blue 29

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

Shades of Afghan Tan #96571D

Tints of Afghan Tan #96571D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 56.39%
G = 32.71%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96571D (or 0x96571D) is known color: Afghan Tan. HEX triplet: 96, 57 and 1D. RGB value is (150,87,29). Sum of RGB (Red+Green+Blue) = 150+87+29=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96571D is #69A8E2. Grayscale: #636363. Windows color (decimal): -6924515 or 1922966. OLE color: 1922966.

HSL color Cylindrical-coordinate representation of color #96571D: hue angle of 28.76º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96571D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 29 -
CMYK 0 0.42 0.81 0.41
HSL 28.76º 0.68% 0.35% -
HSV(B) 28.76º 0.81% 0.59% -
XYZ 16.21 13.39 2.89 -
YUV 99.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 150 87 29 0 0.42 0.81 0.41 28.76 0.68 0.35
Hex 96 57 1D 0 2A 51 29 1D 44 23
Octal 226 127 35 0 52 121 51 35 104 43
Binary 10010110 1010111 11101 0 101010 1010001 101001 11101 1000100 100011

Color Harmonies of #96571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96571D

Black with #96571D

Text Example


Text Example

White with #96571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96571D; }

 p { color: rgb(150,87,29); }

 H1.HeaderClassName
 {
   color: #96571D;
 }
 .AnyTagClassName
 {
   color: #96571D;
 }
</style>

background-color css

<style>
 a { background-color: #96571D; }

 a { background-color: rgb(150,87,29); }

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

border-color css

<style>
 span { border-color: #96571D; }

 span { border-color: rgb(150,87,29); }

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