Html Css Color HEX #976F49 Pale Brown

📋 copy color: '#976F49'

red 151 ◦ green 111 ◦ blue 73

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

Shades of Pale Brown #976F49

Tints of Pale Brown #976F49

RGB

 RED value IS 151 (59.38% from 255) = 45.07%

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 45.07%
G = 33.13%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#976F49 (or 0x976F49) is known color: Pale Brown. HEX triplet: 97, 6F and 49. RGB value is (151,111,73). Sum of RGB (Red+Green+Blue) = 151+111+73=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F49 is #6890B6. Grayscale: #767676. Windows color (decimal): -6852791 or 4812695. OLE color: 4812695.

HSL color Cylindrical-coordinate representation of color #976F49: hue angle of 29.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976F49 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 73 -
CMYK 0 0.26 0.52 0.41
HSL 29.23º 0.35% 0.44% -
HSV(B) 29.23º 0.52% 0.59% -
XYZ 19.65 18.43 8.82 -
YUV 118.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 151 111 73 0 0.26 0.52 0.41 29.23 0.35 0.44
Hex 97 6F 49 0 1A 34 29 1D 23 2C
Octal 227 157 111 0 32 64 51 35 43 54
Binary 10010111 1101111 1001001 0 11010 110100 101001 11101 100011 101100

Color Harmonies of #976F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F49

Black with #976F49

Text Example


Text Example

White with #976F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976F49; }

 p { color: rgb(151,111,73); }

 H1.HeaderClassName
 {
   color: #976F49;
 }
 .AnyTagClassName
 {
   color: #976F49;
 }
</style>

background-color css

<style>
 a { background-color: #976F49; }

 a { background-color: rgb(151,111,73); }

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

border-color css

<style>
 span { border-color: #976F49; }

 span { border-color: rgb(151,111,73); }

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