Html Css Color HEX #967857 Pale Brown

📋 copy color: '#967857'

red 150 ◦ green 120 ◦ blue 87

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

Shades of Pale Brown #967857

Tints of Pale Brown #967857

RGB

 RED value IS 150 (58.98% from 255) = 42.02%

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 87 (34.38% from 255) = 24.37%

R = 42.02%
G = 33.61%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#967857 (or 0x967857) is known color: Pale Brown. HEX triplet: 96, 78 and 57. RGB value is (150,120,87). Sum of RGB (Red+Green+Blue) = 150+120+87=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #967857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967857 is #6987A8. Grayscale: #7D7D7D. Windows color (decimal): -6916009 or 5732502. OLE color: 5732502.

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

Color convert

RGB 150 120 87 -
CMYK 0 0.20 0.42 0.41
HSL 31.43º 0.27% 0.46% -
HSV(B) 31.43º 0.42% 0.59% -
XYZ 21.01 20.61 11.89 -
YUV 125.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 150 120 87 0 0.20 0.42 0.41 31.43 0.27 0.46
Hex 96 78 57 0 14 2A 29 1F 1B 2E
Octal 226 170 127 0 24 52 51 37 33 56
Binary 10010110 1111000 1010111 0 10100 101010 101001 11111 11011 101110

Color Harmonies of #967857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967857

Black with #967857

Text Example


Text Example

White with #967857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967857; }

 p { color: rgb(150,120,87); }

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

background-color css

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

 a { background-color: rgb(150,120,87); }

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

border-color css

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

 span { border-color: rgb(150,120,87); }

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