#956823

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

Shades of Afghan Tan #956823

Tints of Afghan Tan #956823

Color information

#956823 (or 0x956823) is unknown color: approx Afghan Tan. HEX triplet: 95, 68 and 23. RGB value is (149,104,35). Sum of RGB (Red+Green+Blue) = 149+104+35=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956823 is #6A97DC. Grayscale: #6D6D6D. Windows color (decimal): -6985693 or 2320533. OLE color: 2320533.

HSL color Cylindrical-coordinate representation of color #956823: hue angle of 36.32º degrees, saturation: 0.62, 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 #956823 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14910435-
CMYK00.300.770.42
HSL36.32º61.96%36.08%-
HSV(B)36.32º76.51%58.43%-
XYZ17.6516.413.83-
YUV109.5985.91156.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 35 (14.06% from 255) = 12.15%
R=51.74%
G=36.11%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491043500.300.770.4236.3261.9636.08
Hex95682301E4D2A243e24
Octal2251504303611552447644
Binary1001010111010001000110111101001101101010100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956823; }

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

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

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

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

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

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

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

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