Html Css Color HEX #956427 Afghan Tan

📋 copy color: '#956427'

red 149 ◦ green 100 ◦ blue 39

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

Shades of Afghan Tan #956427

Tints of Afghan Tan #956427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 51.74%
G = 34.72%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#956427 (or 0x956427) is known color: Afghan Tan. HEX triplet: 95, 64 and 27. RGB value is (149,100,39). Sum of RGB (Red+Green+Blue) = 149+100+39=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956427 is #6A9BD8. Grayscale: #6B6B6B. Windows color (decimal): -6986713 or 2581653. OLE color: 2581653.

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

Color convert

RGB 149 100 39 -
CMYK 0 0.33 0.74 0.42
HSL 33.27º 0.59% 0.37% -
HSV(B) 33.27º 0.74% 0.58% -
XYZ 17.32 15.65 4.03 -
YUV 107.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 149 100 39 0 0.33 0.74 0.42 33.27 0.59 0.37
Hex 95 64 27 0 21 4A 2A 21 3B 25
Octal 225 144 47 0 41 112 52 41 73 45
Binary 10010101 1100100 100111 0 100001 1001010 101010 100001 111011 100101

Color Harmonies of #956427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956427

Black with #956427

Text Example


Text Example

White with #956427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956427; }

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

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

background-color css

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

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

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

border-color css

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

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

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