#90765D

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

Shades of Pale Brown #90765D

Tints of Pale Brown #90765D

Color information

#90765D (or 0x90765D) is unknown color: approx Pale Brown. HEX triplet: 90, 76 and 5D. RGB value is (144,118,93). Sum of RGB (Red+Green+Blue) = 144+118+93=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90765D is #6F89A2. Grayscale: #7B7B7B. Windows color (decimal): -7309731 or 6125200. OLE color: 6125200.

HSL color Cylindrical-coordinate representation of color #90765D: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90765D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14411893-
CMYK00.180.350.44
HSL29.41º21.52%46.47%-
HSV(B)29.41º35.42%56.47%-
XYZ19.9619.6813.1-
YUV122.92111.11143.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=40.56%
G=33.24%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441189300.180.350.4429.4121.5246.47
Hex90765D012232C1d162e
Octal2201661350224354352656
Binary10010000111011010111010100101000111011001110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90765D; }

 p { color: rgb(144,118,93); }

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

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

 a { background-color: rgb(144,118,93); }

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

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

 span { border-color: rgb(144,118,93); }

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