#97561A

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

Shades of Afghan Tan #97561A

Tints of Afghan Tan #97561A

Color information

#97561A (or 0x97561A) is unknown color: approx Afghan Tan. HEX triplet: 97, 56 and 1A. RGB value is (151,86,26). Sum of RGB (Red+Green+Blue) = 151+86+26=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97561A is #68A9E5. Grayscale: #626262. Windows color (decimal): -6859238 or 1726103. OLE color: 1726103.

HSL color Cylindrical-coordinate representation of color #97561A: hue angle of 28.8º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97561A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1518626-
CMYK00.430.830.41
HSL28.8º70.62%34.71%-
HSV(B)28.8º82.78%59.22%-
XYZ16.2813.312.69-
YUV98.687.03165.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=57.41%
G=32.70%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151862600.430.830.4128.870.6234.71
Hex97561A02B53291d4723
Octal22712632053123513510743
Binary1001011110101101101001010111010011101001111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97561A; }

 p { color: rgb(151,86,26); }

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

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

 a { background-color: rgb(151,86,26); }

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

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

 span { border-color: rgb(151,86,26); }

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