Html Css Color HEX #91765A Pale Brown

📋 copy color: '#91765A'

red 145 ◦ green 118 ◦ blue 90

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

Shades of Pale Brown #91765A

Tints of Pale Brown #91765A

RGB

 RED value IS 145 (57.03% from 255) = 41.08%

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 41.08%
G = 33.43%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#91765A (or 0x91765A) is known color: Pale Brown. HEX triplet: 91, 76 and 5A. RGB value is (145,118,90). Sum of RGB (Red+Green+Blue) = 145+118+90=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765A is #6E89A5. Grayscale: #7B7B7B. Windows color (decimal): -7244198 or 5928593. OLE color: 5928593.

HSL color Cylindrical-coordinate representation of color #91765A: hue angle of 30.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91765A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 118 90 -
CMYK 0 0.19 0.38 0.43
HSL 30.55º 0.23% 0.46% -
HSV(B) 30.55º 0.38% 0.57% -
XYZ 20 19.71 12.42 -
YUV 122.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 145 118 90 0 0.19 0.38 0.43 30.55 0.23 0.46
Hex 91 76 5A 0 13 26 2B 1F 17 2E
Octal 221 166 132 0 23 46 53 37 27 56
Binary 10010001 1110110 1011010 0 10011 100110 101011 11111 10111 101110

Color Harmonies of #91765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91765A

Black with #91765A

Text Example


Text Example

White with #91765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91765A; }

 p { color: rgb(145,118,90); }

 H1.HeaderClassName
 {
   color: #91765A;
 }
 .AnyTagClassName
 {
   color: #91765A;
 }
</style>

background-color css

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

 a { background-color: rgb(145,118,90); }

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

border-color css

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

 span { border-color: rgb(145,118,90); }

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