Html Css Color HEX #965721 Afghan Tan

📋 copy color: '#965721'

red 150 ◦ green 87 ◦ blue 33

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

Shades of Afghan Tan #965721

Tints of Afghan Tan #965721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 55.56%
G = 32.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#965721 (or 0x965721) is known color: Afghan Tan. HEX triplet: 96, 57 and 21. RGB value is (150,87,33). Sum of RGB (Red+Green+Blue) = 150+87+33=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #965721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965721 is #69A8DE. Grayscale: #636363. Windows color (decimal): -6924511 or 2185110. OLE color: 2185110.

HSL color Cylindrical-coordinate representation of color #965721: hue angle of 27.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #965721 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 33 -
CMYK 0 0.42 0.78 0.41
HSL 27.69º 0.64% 0.36% -
HSV(B) 27.69º 0.78% 0.59% -
XYZ 16.26 13.41 3.17 -
YUV 99.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 150 87 33 0 0.42 0.78 0.41 27.69 0.64 0.36
Hex 96 57 21 0 2A 4E 29 1C 40 24
Octal 226 127 41 0 52 116 51 34 100 44
Binary 10010110 1010111 100001 0 101010 1001110 101001 11100 1000000 100100

Color Harmonies of #965721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965721

Black with #965721

Text Example


Text Example

White with #965721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965721; }

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

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

background-color css

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

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

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

border-color css

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

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

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