Html Css Color HEX #91765C Pale Brown

📋 copy color: '#91765C'

red 145 ◦ green 118 ◦ blue 92

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

Shades of Pale Brown #91765C

Tints of Pale Brown #91765C

RGB

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

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

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

R = 40.85%
G = 33.24%
B = 25.92%

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

#91765C (or 0x91765C) is known color: Pale Brown. HEX triplet: 91, 76 and 5C. RGB value is (145,118,92). Sum of RGB (Red+Green+Blue) = 145+118+92=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765C is #6E89A3. Grayscale: #7B7B7B. Windows color (decimal): -7244196 or 6059665. OLE color: 6059665.

HSL color Cylindrical-coordinate representation of color #91765C: hue angle of 29.43º degrees, saturation: 0.22, 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 #91765C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 118 92 -
CMYK 0 0.19 0.37 0.43
HSL 29.43º 0.22% 0.46% -
HSV(B) 29.43º 0.37% 0.57% -
XYZ 20.09 19.75 12.88 -
YUV 123.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 145 118 92 0 0.19 0.37 0.43 29.43 0.22 0.46
Hex 91 76 5C 0 13 25 2B 1D 16 2E
Octal 221 166 134 0 23 45 53 35 26 56
Binary 10010001 1110110 1011100 0 10011 100101 101011 11101 10110 101110

Color Harmonies of #91765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91765C

Black with #91765C

Text Example


Text Example

White with #91765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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