Html Css Color HEX #9F774E Pale Brown

📋 copy color: '#9F774E'

red 159 ◦ green 119 ◦ blue 78

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

Shades of Pale Brown #9F774E

Tints of Pale Brown #9F774E

RGB

 RED value IS 159 (62.5% from 255) = 44.66%

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 44.66%
G = 33.43%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F774E (or 0x9F774E) is known color: Pale Brown. HEX triplet: 9F, 77 and 4E. RGB value is (159,119,78). Sum of RGB (Red+Green+Blue) = 159+119+78=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F774E is #6088B1. Grayscale: #7E7E7E. Windows color (decimal): -6326450 or 5142431. OLE color: 5142431.

HSL color Cylindrical-coordinate representation of color #9F774E: hue angle of 30.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F774E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 119 78 -
CMYK 0 0.25 0.51 0.38
HSL 30.37º 0.34% 0.46% -
HSV(B) 30.37º 0.51% 0.62% -
XYZ 22.27 21.11 10.11 -
YUV 126.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 159 119 78 0 0.25 0.51 0.38 30.37 0.34 0.46
Hex 9F 77 4E 0 19 33 26 1E 22 2E
Octal 237 167 116 0 31 63 46 36 42 56
Binary 10011111 1110111 1001110 0 11001 110011 100110 11110 100010 101110

Color Harmonies of #9F774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F774E

Black with #9F774E

Text Example


Text Example

White with #9F774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F774E; }

 p { color: rgb(159,119,78); }

 H1.HeaderClassName
 {
   color: #9F774E;
 }
 .AnyTagClassName
 {
   color: #9F774E;
 }
</style>

background-color css

<style>
 a { background-color: #9F774E; }

 a { background-color: rgb(159,119,78); }

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

border-color css

<style>
 span { border-color: #9F774E; }

 span { border-color: rgb(159,119,78); }

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