Html Css Color HEX #957642 Pale Brown

📋 copy color: '#957642'

red 149 ◦ green 118 ◦ blue 66

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

Shades of Pale Brown #957642

Tints of Pale Brown #957642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 44.74%
G = 35.44%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957642 (or 0x957642) is known color: Pale Brown. HEX triplet: 95, 76 and 42. RGB value is (149,118,66). Sum of RGB (Red+Green+Blue) = 149+118+66=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957642 is #6A89BD. Grayscale: #797979. Windows color (decimal): -6982078 or 4355733. OLE color: 4355733.

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

Color convert

RGB 149 118 66 -
CMYK 0 0.21 0.56 0.42
HSL 37.59º 0.39% 0.42% -
HSV(B) 37.59º 0.56% 0.58% -
XYZ 19.86 19.74 7.92 -
YUV 121.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 149 118 66 0 0.21 0.56 0.42 37.59 0.39 0.42
Hex 95 76 42 0 15 38 2A 26 27 2A
Octal 225 166 102 0 25 70 52 46 47 52
Binary 10010101 1110110 1000010 0 10101 111000 101010 100110 100111 101010

Color Harmonies of #957642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957642

Black with #957642

Text Example


Text Example

White with #957642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957642; }

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

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

background-color css

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

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

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

border-color css

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

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

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