Html Css Color HEX #967955 Pale Brown

📋 copy color: '#967955'

red 150 ◦ green 121 ◦ blue 85

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

Shades of Pale Brown #967955

Tints of Pale Brown #967955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 42.13%
G = 33.99%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967955 (or 0x967955) is known color: Pale Brown. HEX triplet: 96, 79 and 55. RGB value is (150,121,85). Sum of RGB (Red+Green+Blue) = 150+121+85=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #967955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967955 is #6986AA. Grayscale: #7D7D7D. Windows color (decimal): -6915755 or 5601686. OLE color: 5601686.

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

Color convert

RGB 150 121 85 -
CMYK 0 0.19 0.43 0.41
HSL 33.23º 0.28% 0.46% -
HSV(B) 33.23º 0.43% 0.59% -
XYZ 21.05 20.81 11.5 -
YUV 125.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 150 121 85 0 0.19 0.43 0.41 33.23 0.28 0.46
Hex 96 79 55 0 13 2B 29 21 1C 2E
Octal 226 171 125 0 23 53 51 41 34 56
Binary 10010110 1111001 1010101 0 10011 101011 101001 100001 11100 101110

Color Harmonies of #967955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967955

Black with #967955

Text Example


Text Example

White with #967955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967955; }

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

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

background-color css

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

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

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

border-color css

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

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

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