Html Css Color HEX #956027 Afghan Tan

📋 copy color: '#956027'

red 149 ◦ green 96 ◦ blue 39

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

Shades of Afghan Tan #956027

Tints of Afghan Tan #956027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 52.46%
G = 33.8%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#956027 (or 0x956027) is known color: Afghan Tan. HEX triplet: 95, 60 and 27. RGB value is (149,96,39). Sum of RGB (Red+Green+Blue) = 149+96+39=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956027 is #6A9FD8. Grayscale: #696969. Windows color (decimal): -6987737 or 2580629. OLE color: 2580629.

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

Color convert

RGB 149 96 39 -
CMYK 0 0.36 0.74 0.42
HSL 31.09º 0.59% 0.37% -
HSV(B) 31.09º 0.74% 0.58% -
XYZ 16.94 14.9 3.9 -
YUV 105.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 149 96 39 0 0.36 0.74 0.42 31.09 0.59 0.37
Hex 95 60 27 0 24 4A 2A 1F 3B 25
Octal 225 140 47 0 44 112 52 37 73 45
Binary 10010101 1100000 100111 0 100100 1001010 101010 11111 111011 100101

Color Harmonies of #956027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956027

Black with #956027

Text Example


Text Example

White with #956027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956027; }

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

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

background-color css

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

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

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

border-color css

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

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

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