#906F50

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

Shades of Pale Brown #906F50

Tints of Pale Brown #906F50

Color information

#906F50 (or 0x906F50) is unknown color: approx Pale Brown. HEX triplet: 90, 6F and 50. RGB value is (144,111,80). Sum of RGB (Red+Green+Blue) = 144+111+80=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #906F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F50 is #6F90AF. Grayscale: #757575. Windows color (decimal): -7311536 or 5271440. OLE color: 5271440.

HSL color Cylindrical-coordinate representation of color #906F50: hue angle of 29.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906F50 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB14411180-
CMYK00.230.440.44
HSL29.06º28.57%43.92%-
HSV(B)29.06º44.44%56.47%-
XYZ18.6317.8810.06-
YUV117.33106.93147.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=42.99%
G=33.13%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441118000.230.440.4429.0628.5743.92
Hex906F500172C2C1d1d2c
Octal2201571200275454353554
Binary10010000110111110100000101111011001011001110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906F50; }

 p { color: rgb(144,111,80); }

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

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

 a { background-color: rgb(144,111,80); }

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

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

 span { border-color: rgb(144,111,80); }

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