Html Css Color HEX #956628 Afghan Tan

📋 copy color: '#956628'

red 149 ◦ green 102 ◦ blue 40

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

Shades of Afghan Tan #956628

Tints of Afghan Tan #956628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 51.2%
G = 35.05%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956628 (or 0x956628) is known color: Afghan Tan. HEX triplet: 95, 66 and 28. RGB value is (149,102,40). Sum of RGB (Red+Green+Blue) = 149+102+40=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #956628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956628 is #6A99D7. Grayscale: #6D6D6D. Windows color (decimal): -6986200 or 2647701. OLE color: 2647701.

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

Color convert

RGB 149 102 40 -
CMYK 0 0.32 0.73 0.42
HSL 34.13º 0.58% 0.37% -
HSV(B) 34.13º 0.73% 0.58% -
XYZ 17.53 16.05 4.18 -
YUV 108.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 149 102 40 0 0.32 0.73 0.42 34.13 0.58 0.37
Hex 95 66 28 0 20 49 2A 22 3A 25
Octal 225 146 50 0 40 111 52 42 72 45
Binary 10010101 1100110 101000 0 100000 1001001 101010 100010 111010 100101

Color Harmonies of #956628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956628

Black with #956628

Text Example


Text Example

White with #956628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956628; }

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

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

background-color css

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

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

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

border-color css

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

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

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