Html Css Color HEX #956229 Afghan Tan

📋 copy color: '#956229'

red 149 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #956229

Tints of Afghan Tan #956229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 51.74%
G = 34.03%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#956229 (or 0x956229) is known color: Afghan Tan. HEX triplet: 95, 62 and 29. RGB value is (149,98,41). Sum of RGB (Red+Green+Blue) = 149+98+41=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956229 is #6A9DD6. Grayscale: #6B6B6B. Windows color (decimal): -6987223 or 2712213. OLE color: 2712213.

HSL color Cylindrical-coordinate representation of color #956229: hue angle of 31.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #956229 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 41 -
CMYK 0 0.34 0.72 0.42
HSL 31.67º 0.57% 0.37% -
HSV(B) 31.67º 0.72% 0.58% -
XYZ 17.16 15.29 4.14 -
YUV 106.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 149 98 41 0 0.34 0.72 0.42 31.67 0.57 0.37
Hex 95 62 29 0 22 48 2A 20 39 25
Octal 225 142 51 0 42 110 52 40 71 45
Binary 10010101 1100010 101001 0 100010 1001000 101010 100000 111001 100101

Color Harmonies of #956229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956229

Black with #956229

Text Example


Text Example

White with #956229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956229; }

 p { color: rgb(149,98,41); }

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

background-color css

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

 a { background-color: rgb(149,98,41); }

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

border-color css

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

 span { border-color: rgb(149,98,41); }

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