Html Css Color HEX #965D28 Afghan Tan

📋 copy color: '#965D28'

red 150 ◦ green 93 ◦ blue 40

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

Shades of Afghan Tan #965D28

Tints of Afghan Tan #965D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

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

R = 53%
G = 32.86%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#965D28 (or 0x965D28) is known color: Afghan Tan. HEX triplet: 96, 5D and 28. RGB value is (150,93,40). Sum of RGB (Red+Green+Blue) = 150+93+40=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #965D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D28 is #69A2D7. Grayscale: #686868. Windows color (decimal): -6922968 or 2645398. OLE color: 2645398.

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

Color convert

RGB 150 93 40 -
CMYK 0 0.38 0.73 0.41
HSL 28.91º 0.58% 0.37% -
HSV(B) 28.91º 0.73% 0.59% -
XYZ 16.88 14.47 3.91 -
YUV 104 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 150 93 40 0 0.38 0.73 0.41 28.91 0.58 0.37
Hex 96 5D 28 0 26 49 29 1D 3A 25
Octal 226 135 50 0 46 111 51 35 72 45
Binary 10010110 1011101 101000 0 100110 1001001 101001 11101 111010 100101

Color Harmonies of #965D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D28

Black with #965D28

Text Example


Text Example

White with #965D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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