Html Css Color HEX #967A5B Pale Brown

📋 copy color: '#967A5B'

red 150 ◦ green 122 ◦ blue 91

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

Shades of Pale Brown #967A5B

Tints of Pale Brown #967A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 41.32%
G = 33.61%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#967A5B (or 0x967A5B) is known color: Pale Brown. HEX triplet: 96, 7A and 5B. RGB value is (150,122,91). Sum of RGB (Red+Green+Blue) = 150+122+91=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A5B is #6985A4. Grayscale: #7E7E7E. Windows color (decimal): -6915493 or 5995158. OLE color: 5995158.

HSL color Cylindrical-coordinate representation of color #967A5B: hue angle of 31.53º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967A5B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 91 -
CMYK 0 0.19 0.39 0.41
HSL 31.53º 0.24% 0.47% -
HSV(B) 31.53º 0.39% 0.59% -
XYZ 21.43 21.16 12.85 -
YUV 126.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 150 122 91 0 0.19 0.39 0.41 31.53 0.24 0.47
Hex 96 7A 5B 0 13 27 29 20 18 2F
Octal 226 172 133 0 23 47 51 40 30 57
Binary 10010110 1111010 1011011 0 10011 100111 101001 100000 11000 101111

Color Harmonies of #967A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A5B

Black with #967A5B

Text Example


Text Example

White with #967A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A5B; }

 p { color: rgb(150,122,91); }

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

background-color css

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

 a { background-color: rgb(150,122,91); }

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

border-color css

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

 span { border-color: rgb(150,122,91); }

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