Html Css Color HEX #91764B Pale Brown

📋 copy color: '#91764B'

red 145 ◦ green 118 ◦ blue 75

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

Shades of Pale Brown #91764B

Tints of Pale Brown #91764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 42.9%
G = 34.91%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#91764B (or 0x91764B) is known color: Pale Brown. HEX triplet: 91, 76 and 4B. RGB value is (145,118,75). Sum of RGB (Red+Green+Blue) = 145+118+75=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91764B is #6E89B4. Grayscale: #797979. Windows color (decimal): -7244213 or 4945553. OLE color: 4945553.

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

Color convert

RGB 145 118 75 -
CMYK 0 0.19 0.48 0.43
HSL 36.86º 0.32% 0.43% -
HSV(B) 36.86º 0.48% 0.57% -
XYZ 19.43 19.48 9.39 -
YUV 121.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 145 118 75 0 0.19 0.48 0.43 36.86 0.32 0.43
Hex 91 76 4B 0 13 30 2B 25 20 2B
Octal 221 166 113 0 23 60 53 45 40 53
Binary 10010001 1110110 1001011 0 10011 110000 101011 100101 100000 101011

Color Harmonies of #91764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91764B

Black with #91764B

Text Example


Text Example

White with #91764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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