Html Css Color HEX #956828 Afghan Tan

📋 copy color: '#956828'

red 149 ◦ green 104 ◦ blue 40

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

Shades of Afghan Tan #956828

Tints of Afghan Tan #956828

RGB

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

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

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

R = 50.85%
G = 35.49%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956828 (or 0x956828) is known color: Afghan Tan. HEX triplet: 95, 68 and 28. RGB value is (149,104,40). Sum of RGB (Red+Green+Blue) = 149+104+40=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #956828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956828 is #6A97D7. Grayscale: #6E6E6E. Windows color (decimal): -6985688 or 2648213. OLE color: 2648213.

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

Color convert

RGB 149 104 40 -
CMYK 0 0.30 0.73 0.42
HSL 35.23º 0.58% 0.37% -
HSV(B) 35.23º 0.73% 0.58% -
XYZ 17.73 16.44 4.25 -
YUV 110.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 149 104 40 0 0.30 0.73 0.42 35.23 0.58 0.37
Hex 95 68 28 0 1E 49 2A 23 3A 25
Octal 225 150 50 0 36 111 52 43 72 45
Binary 10010101 1101000 101000 0 11110 1001001 101010 100011 111010 100101

Color Harmonies of #956828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956828

Black with #956828

Text Example


Text Example

White with #956828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956828; }

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

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

background-color css

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

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

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

border-color css

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

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

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