#967353

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

Shades of Pale Brown #967353

Tints of Pale Brown #967353

Color information

#967353 (or 0x967353) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 53. RGB value is (150,115,83). Sum of RGB (Red+Green+Blue) = 150+115+83=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967353 is #698CAC. Grayscale: #797979. Windows color (decimal): -6917293 or 5469078. OLE color: 5469078.

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

Color convert

RGB15011583-
CMYK00.230.450.41
HSL28.66º28.76%45.69%-
HSV(B)28.66º44.67%58.82%-
XYZ20.2719.3710.85-
YUV121.82106.1148.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=43.10%
G=33.05%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501158300.230.450.4128.6628.7645.69
Hex9673530172D291d1d2e
Octal2261631230275551353556
Binary10010110111001110100110101111011011010011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967353; }

 p { color: rgb(150,115,83); }

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

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

 a { background-color: rgb(150,115,83); }

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

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

 span { border-color: rgb(150,115,83); }

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