Html Css Color HEX #965E24 Afghan Tan

📋 copy color: '#965E24'

red 150 ◦ green 94 ◦ blue 36

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

Shades of Afghan Tan #965E24

Tints of Afghan Tan #965E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 53.57%
G = 33.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#965E24 (or 0x965E24) is known color: Afghan Tan. HEX triplet: 96, 5E and 24. RGB value is (150,94,36). Sum of RGB (Red+Green+Blue) = 150+94+36=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #965E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E24 is #69A1DB. Grayscale: #686868. Windows color (decimal): -6922716 or 2383510. OLE color: 2383510.

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

Color convert

RGB 150 94 36 -
CMYK 0 0.37 0.76 0.41
HSL 30.53º 0.61% 0.36% -
HSV(B) 30.53º 0.76% 0.59% -
XYZ 16.9 14.62 3.6 -
YUV 104.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 150 94 36 0 0.37 0.76 0.41 30.53 0.61 0.36
Hex 96 5E 24 0 25 4C 29 1F 3D 24
Octal 226 136 44 0 45 114 51 37 75 44
Binary 10010110 1011110 100100 0 100101 1001100 101001 11111 111101 100100

Color Harmonies of #965E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E24

Black with #965E24

Text Example


Text Example

White with #965E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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