Html Css Color HEX #91765B Pale Brown

📋 copy color: '#91765B'

red 145 ◦ green 118 ◦ blue 91

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

Shades of Pale Brown #91765B

Tints of Pale Brown #91765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 40.96%
G = 33.33%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#91765B (or 0x91765B) is known color: Pale Brown. HEX triplet: 91, 76 and 5B. RGB value is (145,118,91). Sum of RGB (Red+Green+Blue) = 145+118+91=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #91765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765B is #6E89A4. Grayscale: #7B7B7B. Windows color (decimal): -7244197 or 5994129. OLE color: 5994129.

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

Color convert

RGB 145 118 91 -
CMYK 0 0.19 0.37 0.43
HSL 30º 0.23% 0.46% -
HSV(B) 30º 0.37% 0.57% -
XYZ 20.04 19.73 12.65 -
YUV 123 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 145 118 91 0 0.19 0.37 0.43 30 0.23 0.46
Hex 91 76 5B 0 13 25 2B 1E 17 2E
Octal 221 166 133 0 23 45 53 36 27 56
Binary 10010001 1110110 1011011 0 10011 100101 101011 11110 10111 101110

Color Harmonies of #91765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91765B

Black with #91765B

Text Example


Text Example

White with #91765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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