Html Css Color HEX #967950 Pale Brown

📋 copy color: '#967950'

red 150 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #967950

Tints of Pale Brown #967950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 42.74%
G = 34.47%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967950 (or 0x967950) is known color: Pale Brown. HEX triplet: 96, 79 and 50. RGB value is (150,121,80). Sum of RGB (Red+Green+Blue) = 150+121+80=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967950 is #6986AF. Grayscale: #7D7D7D. Windows color (decimal): -6915760 or 5274006. OLE color: 5274006.

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

Color convert

RGB 150 121 80 -
CMYK 0 0.19 0.47 0.41
HSL 35.14º 0.3% 0.45% -
HSV(B) 35.14º 0.47% 0.59% -
XYZ 20.86 20.74 10.49 -
YUV 125 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 150 121 80 0 0.19 0.47 0.41 35.14 0.3 0.45
Hex 96 79 50 0 13 2F 29 23 1E 2D
Octal 226 171 120 0 23 57 51 43 36 55
Binary 10010110 1111001 1010000 0 10011 101111 101001 100011 11110 101101

Color Harmonies of #967950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967950

Black with #967950

Text Example


Text Example

White with #967950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967950; }

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

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

background-color css

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

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

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

border-color css

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

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

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