Html Css Color HEX #965920 Afghan Tan

📋 copy color: '#965920'

red 150 ◦ green 89 ◦ blue 32

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

Shades of Afghan Tan #965920

Tints of Afghan Tan #965920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 55.35%
G = 32.84%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#965920 (or 0x965920) is known color: Afghan Tan. HEX triplet: 96, 59 and 20. RGB value is (150,89,32). Sum of RGB (Red+Green+Blue) = 150+89+32=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #965920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965920 is #69A6DF. Grayscale: #656565. Windows color (decimal): -6924000 or 2120086. OLE color: 2120086.

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

Color convert

RGB 150 89 32 -
CMYK 0 0.41 0.79 0.41
HSL 28.98º 0.65% 0.36% -
HSV(B) 28.98º 0.79% 0.59% -
XYZ 16.41 13.73 3.15 -
YUV 100.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 150 89 32 0 0.41 0.79 0.41 28.98 0.65 0.36
Hex 96 59 20 0 29 4F 29 1D 41 24
Octal 226 131 40 0 51 117 51 35 101 44
Binary 10010110 1011001 100000 0 101001 1001111 101001 11101 1000001 100100

Color Harmonies of #965920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965920

Black with #965920

Text Example


Text Example

White with #965920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965920; }

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

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

background-color css

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

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

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

border-color css

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

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

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