Html Css Color HEX #965E21 Afghan Tan

📋 copy color: '#965E21'

red 150 ◦ green 94 ◦ blue 33

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

Shades of Afghan Tan #965E21

Tints of Afghan Tan #965E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

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

R = 54.15%
G = 33.94%
B = 11.91%

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

#965E21 (or 0x965E21) is known color: Afghan Tan. HEX triplet: 96, 5E and 21. RGB value is (150,94,33). Sum of RGB (Red+Green+Blue) = 150+94+33=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #965E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E21 is #69A1DE. Grayscale: #686868. Windows color (decimal): -6922719 or 2186902. OLE color: 2186902.

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

Color convert

RGB 150 94 33 -
CMYK 0 0.37 0.78 0.41
HSL 31.28º 0.64% 0.36% -
HSV(B) 31.28º 0.78% 0.59% -
XYZ 16.85 14.6 3.37 -
YUV 103.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 150 94 33 0 0.37 0.78 0.41 31.28 0.64 0.36
Hex 96 5E 21 0 25 4E 29 1F 40 24
Octal 226 136 41 0 45 116 51 37 100 44
Binary 10010110 1011110 100001 0 100101 1001110 101001 11111 1000000 100100

Color Harmonies of #965E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E21

Black with #965E21

Text Example


Text Example

White with #965E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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