Html Css Color HEX #965A20 Afghan Tan

📋 copy color: '#965A20'

red 150 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #965A20

Tints of Afghan Tan #965A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 55.15%
G = 33.09%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#965A20 (or 0x965A20) is known color: Afghan Tan. HEX triplet: 96, 5A and 20. RGB value is (150,90,32). Sum of RGB (Red+Green+Blue) = 150+90+32=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #965A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A20 is #69A5DF. Grayscale: #656565. Windows color (decimal): -6923744 or 2120342. OLE color: 2120342.

HSL color Cylindrical-coordinate representation of color #965A20: hue angle of 29.49º 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 #965A20 is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 32 -
CMYK 0 0.4 0.79 0.41
HSL 29.49º 0.65% 0.36% -
HSV(B) 29.49º 0.79% 0.59% -
XYZ 16.49 13.9 3.18 -
YUV 101.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 150 90 32 0 0.4 0.79 0.41 29.49 0.65 0.36
Hex 96 5A 20 0 28 4F 29 1D 41 24
Octal 226 132 40 0 50 117 51 35 101 44
Binary 10010110 1011010 100000 0 101000 1001111 101001 11101 1000001 100100

Color Harmonies of #965A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A20

Black with #965A20

Text Example


Text Example

White with #965A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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