Html Css Color HEX #956128 Afghan Tan

📋 copy color: '#956128'

red 149 ◦ green 97 ◦ blue 40

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

Shades of Afghan Tan #956128

Tints of Afghan Tan #956128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 52.1%
G = 33.92%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956128 (or 0x956128) is known color: Afghan Tan. HEX triplet: 95, 61 and 28. RGB value is (149,97,40). Sum of RGB (Red+Green+Blue) = 149+97+40=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956128 is #6A9ED7. Grayscale: #6A6A6A. Windows color (decimal): -6987480 or 2646421. OLE color: 2646421.

HSL color Cylindrical-coordinate representation of color #956128: hue angle of 31.38º 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 #956128 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 40 -
CMYK 0 0.35 0.73 0.42
HSL 31.38º 0.58% 0.37% -
HSV(B) 31.38º 0.73% 0.58% -
XYZ 17.05 15.09 4.02 -
YUV 106.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 149 97 40 0 0.35 0.73 0.42 31.38 0.58 0.37
Hex 95 61 28 0 23 49 2A 1F 3A 25
Octal 225 141 50 0 43 111 52 37 72 45
Binary 10010101 1100001 101000 0 100011 1001001 101010 11111 111010 100101

Color Harmonies of #956128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956128

Black with #956128

Text Example


Text Example

White with #956128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956128; }

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

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

background-color css

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

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

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

border-color css

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

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

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