Html Css Color HEX #956327 Afghan Tan

📋 copy color: '#956327'

red 149 ◦ green 99 ◦ blue 39

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

Shades of Afghan Tan #956327

Tints of Afghan Tan #956327

RGB

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

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

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

R = 51.92%
G = 34.49%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#956327 (or 0x956327) is known color: Afghan Tan. HEX triplet: 95, 63 and 27. RGB value is (149,99,39). Sum of RGB (Red+Green+Blue) = 149+99+39=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956327 is #6A9CD8. Grayscale: #6B6B6B. Windows color (decimal): -6986969 or 2581397. OLE color: 2581397.

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

Color convert

RGB 149 99 39 -
CMYK 0 0.34 0.74 0.42
HSL 32.73º 0.59% 0.37% -
HSV(B) 32.73º 0.74% 0.58% -
XYZ 17.22 15.46 4 -
YUV 107.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 149 99 39 0 0.34 0.74 0.42 32.73 0.59 0.37
Hex 95 63 27 0 22 4A 2A 21 3B 25
Octal 225 143 47 0 42 112 52 41 73 45
Binary 10010101 1100011 100111 0 100010 1001010 101010 100001 111011 100101

Color Harmonies of #956327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956327

Black with #956327

Text Example


Text Example

White with #956327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956327; }

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

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

background-color css

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

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

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

border-color css

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

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

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