Html Css Color HEX #967854 Pale Brown

📋 copy color: '#967854'

red 150 ◦ green 120 ◦ blue 84

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

Shades of Pale Brown #967854

Tints of Pale Brown #967854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 42.37%
G = 33.9%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#967854 (or 0x967854) is known color: Pale Brown. HEX triplet: 96, 78 and 54. RGB value is (150,120,84). Sum of RGB (Red+Green+Blue) = 150+120+84=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967854 is #6987AB. Grayscale: #7D7D7D. Windows color (decimal): -6916012 or 5535894. OLE color: 5535894.

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

Color convert

RGB 150 120 84 -
CMYK 0 0.20 0.44 0.41
HSL 32.73º 0.28% 0.46% -
HSV(B) 32.73º 0.44% 0.59% -
XYZ 20.89 20.56 11.25 -
YUV 124.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 150 120 84 0 0.20 0.44 0.41 32.73 0.28 0.46
Hex 96 78 54 0 14 2C 29 21 1C 2E
Octal 226 170 124 0 24 54 51 41 34 56
Binary 10010110 1111000 1010100 0 10100 101100 101001 100001 11100 101110

Color Harmonies of #967854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967854

Black with #967854

Text Example


Text Example

White with #967854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967854; }

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

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

background-color css

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

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

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

border-color css

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

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

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