Html Css Color HEX #967959 Pale Brown

📋 copy color: '#967959'

red 150 ◦ green 121 ◦ blue 89

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

Shades of Pale Brown #967959

Tints of Pale Brown #967959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 41.67%
G = 33.61%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#967959 (or 0x967959) is known color: Pale Brown. HEX triplet: 96, 79 and 59. RGB value is (150,121,89). Sum of RGB (Red+Green+Blue) = 150+121+89=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #967959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967959 is #6986A6. Grayscale: #7E7E7E. Windows color (decimal): -6915751 or 5863830. OLE color: 5863830.

HSL color Cylindrical-coordinate representation of color #967959: hue angle of 31.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967959 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 89 -
CMYK 0 0.19 0.41 0.41
HSL 31.48º 0.26% 0.47% -
HSV(B) 31.48º 0.41% 0.59% -
XYZ 21.22 20.88 12.36 -
YUV 126.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 150 121 89 0 0.19 0.41 0.41 31.48 0.26 0.47
Hex 96 79 59 0 13 29 29 1F 1A 2F
Octal 226 171 131 0 23 51 51 37 32 57
Binary 10010110 1111001 1011001 0 10011 101001 101001 11111 11010 101111

Color Harmonies of #967959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967959

Black with #967959

Text Example


Text Example

White with #967959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967959; }

 p { color: rgb(150,121,89); }

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

background-color css

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

 a { background-color: rgb(150,121,89); }

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

border-color css

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

 span { border-color: rgb(150,121,89); }

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