Html Css Color HEX #956624 Afghan Tan

📋 copy color: '#956624'

red 149 ◦ green 102 ◦ blue 36

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

Shades of Afghan Tan #956624

Tints of Afghan Tan #956624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 51.92%
G = 35.54%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#956624 (or 0x956624) is known color: Afghan Tan. HEX triplet: 95, 66 and 24. RGB value is (149,102,36). Sum of RGB (Red+Green+Blue) = 149+102+36=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956624 is #6A99DB. Grayscale: #6C6C6C. Windows color (decimal): -6986204 or 2385557. OLE color: 2385557.

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

Color convert

RGB 149 102 36 -
CMYK 0 0.32 0.76 0.42
HSL 35.04º 0.61% 0.36% -
HSV(B) 35.04º 0.76% 0.58% -
XYZ 17.46 16.02 3.84 -
YUV 108.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 149 102 36 0 0.32 0.76 0.42 35.04 0.61 0.36
Hex 95 66 24 0 20 4C 2A 23 3D 24
Octal 225 146 44 0 40 114 52 43 75 44
Binary 10010101 1100110 100100 0 100000 1001100 101010 100011 111101 100100

Color Harmonies of #956624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956624

Black with #956624

Text Example


Text Example

White with #956624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956624; }

 p { color: rgb(149,102,36); }

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

background-color css

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

 a { background-color: rgb(149,102,36); }

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

border-color css

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

 span { border-color: rgb(149,102,36); }

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