Html Css Color HEX #957656 Pale Brown

📋 copy color: '#957656'

red 149 ◦ green 118 ◦ blue 86

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

Shades of Pale Brown #957656

Tints of Pale Brown #957656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 42.21%
G = 33.43%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957656 (or 0x957656) is known color: Pale Brown. HEX triplet: 95, 76 and 56. RGB value is (149,118,86). Sum of RGB (Red+Green+Blue) = 149+118+86=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957656 is #6A89A9. Grayscale: #7B7B7B. Windows color (decimal): -6982058 or 5666453. OLE color: 5666453.

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

Color convert

RGB 149 118 86 -
CMYK 0 0.21 0.42 0.42
HSL 30.48º 0.27% 0.46% -
HSV(B) 30.48º 0.42% 0.58% -
XYZ 20.55 20.02 11.58 -
YUV 123.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 149 118 86 0 0.21 0.42 0.42 30.48 0.27 0.46
Hex 95 76 56 0 15 2A 2A 1E 1B 2E
Octal 225 166 126 0 25 52 52 36 33 56
Binary 10010101 1110110 1010110 0 10101 101010 101010 11110 11011 101110

Color Harmonies of #957656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957656

Black with #957656

Text Example


Text Example

White with #957656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957656; }

 p { color: rgb(149,118,86); }

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

background-color css

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

 a { background-color: rgb(149,118,86); }

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

border-color css

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

 span { border-color: rgb(149,118,86); }

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