Html Css Color HEX #956827 Afghan Tan

📋 copy color: '#956827'

red 149 ◦ green 104 ◦ blue 39

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

Shades of Afghan Tan #956827

Tints of Afghan Tan #956827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

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

R = 51.03%
G = 35.62%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#956827 (or 0x956827) is known color: Afghan Tan. HEX triplet: 95, 68 and 27. RGB value is (149,104,39). Sum of RGB (Red+Green+Blue) = 149+104+39=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #956827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956827 is #6A97D8. Grayscale: #6E6E6E. Windows color (decimal): -6985689 or 2582677. OLE color: 2582677.

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

Color convert

RGB 149 104 39 -
CMYK 0 0.30 0.74 0.42
HSL 35.45º 0.59% 0.37% -
HSV(B) 35.45º 0.74% 0.58% -
XYZ 17.71 16.44 4.16 -
YUV 110.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 149 104 39 0 0.30 0.74 0.42 35.45 0.59 0.37
Hex 95 68 27 0 1E 4A 2A 23 3B 25
Octal 225 150 47 0 36 112 52 43 73 45
Binary 10010101 1101000 100111 0 11110 1001010 101010 100011 111011 100101

Color Harmonies of #956827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956827

Black with #956827

Text Example


Text Example

White with #956827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956827; }

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

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

background-color css

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

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

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

border-color css

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

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

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