#956622

Color #956622 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #956622

Tints of Afghan Tan #956622

Color information

#956622 (or 0x956622) is unknown color: approx Afghan Tan. HEX triplet: 95, 66 and 22. RGB value is (149,102,34). Sum of RGB (Red+Green+Blue) = 149+102+34=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956622 is #6A99DD. Grayscale: #6C6C6C. Windows color (decimal): -6986206 or 2254485. OLE color: 2254485.

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

Color convert

RGB14910234-
CMYK00.320.770.42
HSL35.48º62.84%35.88%-
HSV(B)35.48º77.18%58.43%-
XYZ17.4316.013.68-
YUV108.386.07157.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=52.28%
G=35.79%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491023400.320.770.4235.4862.8435.88
Hex9566220204D2A233f24
Octal2251464204011552437744
Binary10010101110011010001001000001001101101010100011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956622; }

 p { color: rgb(149,102,34); }

 H1.HeaderClassName
 {
   color: #956622;
 }
 .AnyTagClassName
 {
   color: #956622;
 }
</style>
background-color css

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

 a { background-color: rgb(149,102,34); }

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

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

 span { border-color: rgb(149,102,34); }

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