Html Css Color HEX #91764F Pale Brown

📋 copy color: '#91764F'

red 145 ◦ green 118 ◦ blue 79

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

Shades of Pale Brown #91764F

Tints of Pale Brown #91764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 42.4%
G = 34.5%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#91764F (or 0x91764F) is known color: Pale Brown. HEX triplet: 91, 76 and 4F. RGB value is (145,118,79). Sum of RGB (Red+Green+Blue) = 145+118+79=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91764F is #6E89B0. Grayscale: #797979. Windows color (decimal): -7244209 or 5207697. OLE color: 5207697.

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

Color convert

RGB 145 118 79 -
CMYK 0 0.19 0.46 0.43
HSL 35.45º 0.29% 0.44% -
HSV(B) 35.45º 0.46% 0.57% -
XYZ 19.57 19.54 10.14 -
YUV 121.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 145 118 79 0 0.19 0.46 0.43 35.45 0.29 0.44
Hex 91 76 4F 0 13 2E 2B 23 1D 2C
Octal 221 166 117 0 23 56 53 43 35 54
Binary 10010001 1110110 1001111 0 10011 101110 101011 100011 11101 101100

Color Harmonies of #91764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91764F

Black with #91764F

Text Example


Text Example

White with #91764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91764F; }

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

 H1.HeaderClassName
 {
   color: #91764F;
 }
 .AnyTagClassName
 {
   color: #91764F;
 }
</style>

background-color css

<style>
 a { background-color: #91764F; }

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

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

border-color css

<style>
 span { border-color: #91764F; }

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

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