Html Css Color HEX #956328 Afghan Tan

📋 copy color: '#956328'

red 149 ◦ green 99 ◦ blue 40

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

Shades of Afghan Tan #956328

Tints of Afghan Tan #956328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 51.74%
G = 34.38%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956328 (or 0x956328) is known color: Afghan Tan. HEX triplet: 95, 63 and 28. RGB value is (149,99,40). Sum of RGB (Red+Green+Blue) = 149+99+40=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956328 is #6A9CD7. Grayscale: #6B6B6B. Windows color (decimal): -6986968 or 2646933. OLE color: 2646933.

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

Color convert

RGB 149 99 40 -
CMYK 0 0.34 0.73 0.42
HSL 32.48º 0.58% 0.37% -
HSV(B) 32.48º 0.73% 0.58% -
XYZ 17.24 15.47 4.08 -
YUV 107.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 149 99 40 0 0.34 0.73 0.42 32.48 0.58 0.37
Hex 95 63 28 0 22 49 2A 20 3A 25
Octal 225 143 50 0 42 111 52 40 72 45
Binary 10010101 1100011 101000 0 100010 1001001 101010 100000 111010 100101

Color Harmonies of #956328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956328

Black with #956328

Text Example


Text Example

White with #956328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956328; }

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

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

background-color css

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

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

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

border-color css

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

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

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