Html Css Color HEX #965928 Afghan Tan

📋 copy color: '#965928'

red 150 ◦ green 89 ◦ blue 40

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

Shades of Afghan Tan #965928

Tints of Afghan Tan #965928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 53.76%
G = 31.9%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#965928 (or 0x965928) is known color: Afghan Tan. HEX triplet: 96, 59 and 28. RGB value is (150,89,40). Sum of RGB (Red+Green+Blue) = 150+89+40=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #965928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965928 is #69A6D7. Grayscale: #656565. Windows color (decimal): -6923992 or 2644374. OLE color: 2644374.

HSL color Cylindrical-coordinate representation of color #965928: hue angle of 26.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #965928 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 40 -
CMYK 0 0.41 0.73 0.41
HSL 26.73º 0.58% 0.37% -
HSV(B) 26.73º 0.73% 0.59% -
XYZ 16.53 13.78 3.8 -
YUV 101.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 150 89 40 0 0.41 0.73 0.41 26.73 0.58 0.37
Hex 96 59 28 0 29 49 29 1B 3A 25
Octal 226 131 50 0 51 111 51 33 72 45
Binary 10010110 1011001 101000 0 101001 1001001 101001 11011 111010 100101

Color Harmonies of #965928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965928

Black with #965928

Text Example


Text Example

White with #965928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965928; }

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

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

background-color css

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

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

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

border-color css

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

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

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