Html Css Color HEX #956824 Afghan Tan

📋 copy color: '#956824'

red 149 ◦ green 104 ◦ blue 36

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

Shades of Afghan Tan #956824

Tints of Afghan Tan #956824

RGB

 RED value IS 149 (58.59% from 255) = 51.56%

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 51.56%
G = 35.99%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#956824 (or 0x956824) is known color: Afghan Tan. HEX triplet: 95, 68 and 24. RGB value is (149,104,36). Sum of RGB (Red+Green+Blue) = 149+104+36=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #956824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956824 is #6A97DB. Grayscale: #6E6E6E. Windows color (decimal): -6985692 or 2386069. OLE color: 2386069.

HSL color Cylindrical-coordinate representation of color #956824: hue angle of 36.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #956824 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 36 -
CMYK 0 0.30 0.76 0.42
HSL 36.11º 0.61% 0.36% -
HSV(B) 36.11º 0.76% 0.58% -
XYZ 17.66 16.42 3.91 -
YUV 109.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 149 104 36 0 0.30 0.76 0.42 36.11 0.61 0.36
Hex 95 68 24 0 1E 4C 2A 24 3D 24
Octal 225 150 44 0 36 114 52 44 75 44
Binary 10010101 1101000 100100 0 11110 1001100 101010 100100 111101 100100

Color Harmonies of #956824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956824

Black with #956824

Text Example


Text Example

White with #956824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956824; }

 p { color: rgb(149,104,36); }

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

background-color css

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

 a { background-color: rgb(149,104,36); }

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

border-color css

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

 span { border-color: rgb(149,104,36); }

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