Html Css Color HEX #967551 Pale Brown

📋 copy color: '#967551'

red 150 ◦ green 117 ◦ blue 81

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

Shades of Pale Brown #967551

Tints of Pale Brown #967551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 43.1%
G = 33.62%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#967551 (or 0x967551) is known color: Pale Brown. HEX triplet: 96, 75 and 51. RGB value is (150,117,81). Sum of RGB (Red+Green+Blue) = 150+117+81=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967551 is #698AAE. Grayscale: #7A7A7A. Windows color (decimal): -6916783 or 5338518. OLE color: 5338518.

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

Color convert

RGB 150 117 81 -
CMYK 0 0.22 0.46 0.41
HSL 31.3º 0.3% 0.45% -
HSV(B) 31.3º 0.46% 0.59% -
XYZ 20.42 19.8 10.53 -
YUV 122.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 150 117 81 0 0.22 0.46 0.41 31.3 0.3 0.45
Hex 96 75 51 0 16 2E 29 1F 1E 2D
Octal 226 165 121 0 26 56 51 37 36 55
Binary 10010110 1110101 1010001 0 10110 101110 101001 11111 11110 101101

Color Harmonies of #967551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967551

Black with #967551

Text Example


Text Example

White with #967551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967551; }

 p { color: rgb(150,117,81); }

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

background-color css

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

 a { background-color: rgb(150,117,81); }

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

border-color css

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

 span { border-color: rgb(150,117,81); }

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