Html Css Color HEX #967855 Pale Brown

📋 copy color: '#967855'

red 150 ◦ green 120 ◦ blue 85

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

Shades of Pale Brown #967855

Tints of Pale Brown #967855

RGB

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

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

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

R = 42.25%
G = 33.8%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967855 (or 0x967855) is known color: Pale Brown. HEX triplet: 96, 78 and 55. RGB value is (150,120,85). Sum of RGB (Red+Green+Blue) = 150+120+85=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #967855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967855 is #6987AA. Grayscale: #7D7D7D. Windows color (decimal): -6916011 or 5601430. OLE color: 5601430.

HSL color Cylindrical-coordinate representation of color #967855: hue angle of 32.31º 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 #967855 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 85 -
CMYK 0 0.20 0.43 0.41
HSL 32.31º 0.28% 0.46% -
HSV(B) 32.31º 0.43% 0.59% -
XYZ 20.93 20.57 11.46 -
YUV 124.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 150 120 85 0 0.20 0.43 0.41 32.31 0.28 0.46
Hex 96 78 55 0 14 2B 29 20 1C 2E
Octal 226 170 125 0 24 53 51 40 34 56
Binary 10010110 1111000 1010101 0 10100 101011 101001 100000 11100 101110

Color Harmonies of #967855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967855

Black with #967855

Text Example


Text Example

White with #967855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967855; }

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

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

background-color css

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

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

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

border-color css

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

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

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