Html Css Color HEX #965E20 Afghan Tan

📋 copy color: '#965E20'

red 150 ◦ green 94 ◦ blue 32

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

Shades of Afghan Tan #965E20

Tints of Afghan Tan #965E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 54.35%
G = 34.06%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#965E20 (or 0x965E20) is known color: Afghan Tan. HEX triplet: 96, 5E and 20. RGB value is (150,94,32). Sum of RGB (Red+Green+Blue) = 150+94+32=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #965E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E20 is #69A1DF. Grayscale: #676767. Windows color (decimal): -6922720 or 2121366. OLE color: 2121366.

HSL color Cylindrical-coordinate representation of color #965E20: hue angle of 31.53º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #965E20 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 32 -
CMYK 0 0.37 0.79 0.41
HSL 31.53º 0.65% 0.36% -
HSV(B) 31.53º 0.79% 0.59% -
XYZ 16.84 14.59 3.3 -
YUV 103.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 150 94 32 0 0.37 0.79 0.41 31.53 0.65 0.36
Hex 96 5E 20 0 25 4F 29 20 41 24
Octal 226 136 40 0 45 117 51 40 101 44
Binary 10010110 1011110 100000 0 100101 1001111 101001 100000 1000001 100100

Color Harmonies of #965E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E20

Black with #965E20

Text Example


Text Example

White with #965E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E20; }

 p { color: rgb(150,94,32); }

 H1.HeaderClassName
 {
   color: #965E20;
 }
 .AnyTagClassName
 {
   color: #965E20;
 }
</style>

background-color css

<style>
 a { background-color: #965E20; }

 a { background-color: rgb(150,94,32); }

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

border-color css

<style>
 span { border-color: #965E20; }

 span { border-color: rgb(150,94,32); }

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