Html Css Color HEX #956F49 Pale Brown

📋 copy color: '#956F49'

red 149 ◦ green 111 ◦ blue 73

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

Shades of Pale Brown #956F49

Tints of Pale Brown #956F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 44.74%
G = 33.33%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956F49 (or 0x956F49) is known color: Pale Brown. HEX triplet: 95, 6F and 49. RGB value is (149,111,73). Sum of RGB (Red+Green+Blue) = 149+111+73=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F49 is #6A90B6. Grayscale: #767676. Windows color (decimal): -6983863 or 4812693. OLE color: 4812693.

HSL color Cylindrical-coordinate representation of color #956F49: hue angle of 30º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956F49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 73 -
CMYK 0 0.26 0.51 0.42
HSL 30º 0.34% 0.44% -
HSV(B) 30º 0.51% 0.58% -
XYZ 19.28 18.24 8.81 -
YUV 118.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 149 111 73 0 0.26 0.51 0.42 30 0.34 0.44
Hex 95 6F 49 0 1A 33 2A 1E 22 2C
Octal 225 157 111 0 32 63 52 36 42 54
Binary 10010101 1101111 1001001 0 11010 110011 101010 11110 100010 101100

Color Harmonies of #956F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F49

Black with #956F49

Text Example


Text Example

White with #956F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F49; }

 p { color: rgb(149,111,73); }

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

background-color css

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

 a { background-color: rgb(149,111,73); }

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

border-color css

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

 span { border-color: rgb(149,111,73); }

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