Html Css Color HEX #965520 Afghan Tan

📋 copy color: '#965520'

red 150 ◦ green 85 ◦ blue 32

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

Shades of Afghan Tan #965520

Tints of Afghan Tan #965520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 56.18%
G = 31.84%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#965520 (or 0x965520) is known color: Afghan Tan. HEX triplet: 96, 55 and 20. RGB value is (150,85,32). Sum of RGB (Red+Green+Blue) = 150+85+32=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #965520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965520 is #69AADF. Grayscale: #626262. Windows color (decimal): -6925024 or 2119062. OLE color: 2119062.

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

Color convert

RGB 150 85 32 -
CMYK 0 0.43 0.79 0.41
HSL 26.95º 0.65% 0.36% -
HSV(B) 26.95º 0.79% 0.59% -
XYZ 16.09 13.09 3.04 -
YUV 98.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 150 85 32 0 0.43 0.79 0.41 26.95 0.65 0.36
Hex 96 55 20 0 2B 4F 29 1B 41 24
Octal 226 125 40 0 53 117 51 33 101 44
Binary 10010110 1010101 100000 0 101011 1001111 101001 11011 1000001 100100

Color Harmonies of #965520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965520

Black with #965520

Text Example


Text Example

White with #965520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965520; }

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

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

background-color css

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

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

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

border-color css

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

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

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