#967A5A

Color #967A5A Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #967A5A

Tints of Pale Brown #967A5A

Color information

#967A5A (or 0x967A5A) is unknown color: approx Pale Brown. HEX triplet: 96, 7A and 5A. RGB value is (150,122,90). Sum of RGB (Red+Green+Blue) = 150+122+90=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #967A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A5A is #6985A5. Grayscale: #7E7E7E. Windows color (decimal): -6915494 or 5929622. OLE color: 5929622.

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

Color convert

RGB15012290-
CMYK00.190.40.41
HSL32º25%47.06%-
HSV(B)32º40%58.82%-
XYZ21.3821.1412.63-
YUV126.72107.28144.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=41.44%
G=33.70%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501229000.190.40.41322547.06
Hex967A5A013282920192f
Octal2261721320235051403157
Binary100101101111010101101001001110100010100110000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #967A5A;
 }
 .AnyTagClassName
 {
   color: #967A5A;
 }
</style>
background-color css

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

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

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

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

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

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