Html Css Color HEX #967054 Pale Brown

📋 copy color: '#967054'

red 150 ◦ green 112 ◦ blue 84

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

Shades of Pale Brown #967054

Tints of Pale Brown #967054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 43.35%
G = 32.37%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#967054 (or 0x967054) is known color: Pale Brown. HEX triplet: 96, 70 and 54. RGB value is (150,112,84). Sum of RGB (Red+Green+Blue) = 150+112+84=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967054 is #698FAB. Grayscale: #787878. Windows color (decimal): -6918060 or 5533846. OLE color: 5533846.

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

Color convert

RGB 150 112 84 -
CMYK 0 0.25 0.44 0.41
HSL 25.45º 0.28% 0.46% -
HSV(B) 25.45º 0.44% 0.59% -
XYZ 19.97 18.71 10.95 -
YUV 120.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 150 112 84 0 0.25 0.44 0.41 25.45 0.28 0.46
Hex 96 70 54 0 19 2C 29 19 1C 2E
Octal 226 160 124 0 31 54 51 31 34 56
Binary 10010110 1110000 1010100 0 11001 101100 101001 11001 11100 101110

Color Harmonies of #967054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967054

Black with #967054

Text Example


Text Example

White with #967054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967054; }

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

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

background-color css

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

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

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

border-color css

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

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

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