Html Css Color HEX #956228 Afghan Tan

📋 copy color: '#956228'

red 149 ◦ green 98 ◦ blue 40

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

Shades of Afghan Tan #956228

Tints of Afghan Tan #956228

RGB

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

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

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

R = 51.92%
G = 34.15%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956228 (or 0x956228) is known color: Afghan Tan. HEX triplet: 95, 62 and 28. RGB value is (149,98,40). Sum of RGB (Red+Green+Blue) = 149+98+40=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956228 is #6A9DD7. Grayscale: #6A6A6A. Windows color (decimal): -6987224 or 2646677. OLE color: 2646677.

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

Color convert

RGB 149 98 40 -
CMYK 0 0.34 0.73 0.42
HSL 31.93º 0.58% 0.37% -
HSV(B) 31.93º 0.73% 0.58% -
XYZ 17.15 15.28 4.05 -
YUV 106.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 149 98 40 0 0.34 0.73 0.42 31.93 0.58 0.37
Hex 95 62 28 0 22 49 2A 20 3A 25
Octal 225 142 50 0 42 111 52 40 72 45
Binary 10010101 1100010 101000 0 100010 1001001 101010 100000 111010 100101

Color Harmonies of #956228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956228

Black with #956228

Text Example


Text Example

White with #956228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956228; }

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

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

background-color css

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

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

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

border-color css

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

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

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