Html Css Color HEX #956728 Afghan Tan

📋 copy color: '#956728'

red 149 ◦ green 103 ◦ blue 40

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

Shades of Afghan Tan #956728

Tints of Afghan Tan #956728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 51.03%
G = 35.27%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956728 (or 0x956728) is known color: Afghan Tan. HEX triplet: 95, 67 and 28. RGB value is (149,103,40). Sum of RGB (Red+Green+Blue) = 149+103+40=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #956728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956728 is #6A98D7. Grayscale: #6D6D6D. Windows color (decimal): -6985944 or 2647957. OLE color: 2647957.

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

Color convert

RGB 149 103 40 -
CMYK 0 0.31 0.73 0.42
HSL 34.68º 0.58% 0.37% -
HSV(B) 34.68º 0.73% 0.58% -
XYZ 17.63 16.24 4.21 -
YUV 109.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 149 103 40 0 0.31 0.73 0.42 34.68 0.58 0.37
Hex 95 67 28 0 1F 49 2A 23 3A 25
Octal 225 147 50 0 37 111 52 43 72 45
Binary 10010101 1100111 101000 0 11111 1001001 101010 100011 111010 100101

Color Harmonies of #956728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956728

Black with #956728

Text Example


Text Example

White with #956728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956728; }

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

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

background-color css

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

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

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

border-color css

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

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

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