#967642

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

Shades of Pale Brown #967642

Tints of Pale Brown #967642

Color information

#967642 (or 0x967642) is unknown color: approx Pale Brown. HEX triplet: 96, 76 and 42. RGB value is (150,118,66). Sum of RGB (Red+Green+Blue) = 150+118+66=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #967642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967642 is #6989BD. Grayscale: #797979. Windows color (decimal): -6916542 or 4355734. OLE color: 4355734.

HSL color Cylindrical-coordinate representation of color #967642: hue angle of 37.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #967642 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15011866-
CMYK00.210.560.41
HSL37.14º38.89%42.35%-
HSV(B)37.14º56%58.82%-
XYZ20.0419.837.93-
YUV121.6496.6148.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=44.91%
G=35.33%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501186600.210.560.4137.1438.8942.35
Hex967642015382925272a
Octal2261661020257051454752
Binary1001011011101101000010010101111000101001100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967642; }

 p { color: rgb(150,118,66); }

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

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

 a { background-color: rgb(150,118,66); }

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

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

 span { border-color: rgb(150,118,66); }

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