Html Css Color HEX #90765C Pale Brown

📋 copy color: '#90765C'

red 144 ◦ green 118 ◦ blue 92

#90765C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #90765C

Tints of Pale Brown #90765C

RGB

 RED value IS 144 (56.64% from 255) = 40.68%

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 40.68%
G = 33.33%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90765C (or 0x90765C) is known color: Pale Brown. HEX triplet: 90, 76 and 5C. RGB value is (144,118,92). Sum of RGB (Red+Green+Blue) = 144+118+92=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90765C is #6F89A3. Grayscale: #7A7A7A. Windows color (decimal): -7309732 or 6059664. OLE color: 6059664.

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

Color convert

RGB 144 118 92 -
CMYK 0 0.18 0.36 0.44
HSL 30º 0.22% 0.46% -
HSV(B) 30º 0.36% 0.56% -
XYZ 19.91 19.66 12.87 -
YUV 122.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 144 118 92 0 0.18 0.36 0.44 30 0.22 0.46
Hex 90 76 5C 0 12 24 2C 1E 16 2E
Octal 220 166 134 0 22 44 54 36 26 56
Binary 10010000 1110110 1011100 0 10010 100100 101100 11110 10110 101110

Color Harmonies of #90765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90765C

Black with #90765C

Text Example


Text Example

White with #90765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90765C;
 }
 .AnyTagClassName
 {
   color: #90765C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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