Html Css Color HEX #965F21 Afghan Tan

📋 copy color: '#965F21'

red 150 ◦ green 95 ◦ blue 33

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

Shades of Afghan Tan #965F21

Tints of Afghan Tan #965F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

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

R = 53.96%
G = 34.17%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#965F21 (or 0x965F21) is known color: Afghan Tan. HEX triplet: 96, 5F and 21. RGB value is (150,95,33). Sum of RGB (Red+Green+Blue) = 150+95+33=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #965F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F21 is #69A0DE. Grayscale: #686868. Windows color (decimal): -6922463 or 2187158. OLE color: 2187158.

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

Color convert

RGB 150 95 33 -
CMYK 0 0.37 0.78 0.41
HSL 31.79º 0.64% 0.36% -
HSV(B) 31.79º 0.78% 0.59% -
XYZ 16.94 14.78 3.4 -
YUV 104.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 150 95 33 0 0.37 0.78 0.41 31.79 0.64 0.36
Hex 96 5F 21 0 25 4E 29 20 40 24
Octal 226 137 41 0 45 116 51 40 100 44
Binary 10010110 1011111 100001 0 100101 1001110 101001 100000 1000000 100100

Color Harmonies of #965F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F21

Black with #965F21

Text Example


Text Example

White with #965F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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