Html Css Color HEX #956029 Afghan Tan

📋 copy color: '#956029'

red 149 ◦ green 96 ◦ blue 41

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

Shades of Afghan Tan #956029

Tints of Afghan Tan #956029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 52.1%
G = 33.57%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#956029 (or 0x956029) is known color: Afghan Tan. HEX triplet: 95, 60 and 29. RGB value is (149,96,41). Sum of RGB (Red+Green+Blue) = 149+96+41=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956029 is #6A9FD6. Grayscale: #696969. Windows color (decimal): -6987735 or 2711701. OLE color: 2711701.

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

Color convert

RGB 149 96 41 -
CMYK 0 0.36 0.72 0.42
HSL 30.56º 0.57% 0.37% -
HSV(B) 30.56º 0.72% 0.58% -
XYZ 16.98 14.92 4.08 -
YUV 105.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 149 96 41 0 0.36 0.72 0.42 30.56 0.57 0.37
Hex 95 60 29 0 24 48 2A 1F 39 25
Octal 225 140 51 0 44 110 52 37 71 45
Binary 10010101 1100000 101001 0 100100 1001000 101010 11111 111001 100101

Color Harmonies of #956029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956029

Black with #956029

Text Example


Text Example

White with #956029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956029; }

 p { color: rgb(149,96,41); }

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

background-color css

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

 a { background-color: rgb(149,96,41); }

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

border-color css

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

 span { border-color: rgb(149,96,41); }

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