Html Css Color HEX #9F764C Pale Brown

📋 copy color: '#9F764C'

red 159 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #9F764C

Tints of Pale Brown #9F764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 45.04%
G = 33.43%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F764C (or 0x9F764C) is known color: Pale Brown. HEX triplet: 9F, 76 and 4C. RGB value is (159,118,76). Sum of RGB (Red+Green+Blue) = 159+118+76=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F764C is #6089B3. Grayscale: #7D7D7D. Windows color (decimal): -6326708 or 5011103. OLE color: 5011103.

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

Color convert

RGB 159 118 76 -
CMYK 0 0.26 0.52 0.38
HSL 30.36º 0.35% 0.46% -
HSV(B) 30.36º 0.52% 0.62% -
XYZ 22.08 20.85 9.7 -
YUV 125.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 159 118 76 0 0.26 0.52 0.38 30.36 0.35 0.46
Hex 9F 76 4C 0 1A 34 26 1E 23 2E
Octal 237 166 114 0 32 64 46 36 43 56
Binary 10011111 1110110 1001100 0 11010 110100 100110 11110 100011 101110

Color Harmonies of #9F764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F764C

Black with #9F764C

Text Example


Text Example

White with #9F764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,76); }

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

background-color css

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

 a { background-color: rgb(159,118,76); }

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

border-color css

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

 span { border-color: rgb(159,118,76); }

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