Html Css Color HEX #967951 Pale Brown

📋 copy color: '#967951'

red 150 ◦ green 121 ◦ blue 81

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

Shades of Pale Brown #967951

Tints of Pale Brown #967951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.01%

R = 42.61%
G = 34.38%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#967951 (or 0x967951) is known color: Pale Brown. HEX triplet: 96, 79 and 51. RGB value is (150,121,81). Sum of RGB (Red+Green+Blue) = 150+121+81=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967951 is #6986AE. Grayscale: #7D7D7D. Windows color (decimal): -6915759 or 5339542. OLE color: 5339542.

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

Color convert

RGB 150 121 81 -
CMYK 0 0.19 0.46 0.41
HSL 34.78º 0.3% 0.45% -
HSV(B) 34.78º 0.46% 0.59% -
XYZ 20.9 20.75 10.69 -
YUV 125.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 150 121 81 0 0.19 0.46 0.41 34.78 0.3 0.45
Hex 96 79 51 0 13 2E 29 23 1E 2D
Octal 226 171 121 0 23 56 51 43 36 55
Binary 10010110 1111001 1010001 0 10011 101110 101001 100011 11110 101101

Color Harmonies of #967951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967951

Black with #967951

Text Example


Text Example

White with #967951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967951; }

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

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

background-color css

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

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

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

border-color css

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

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

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