Html Css Color HEX #976E5D Beaver

📋 copy color: '#976E5D'

red 151 ◦ green 110 ◦ blue 93

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

Shades of Beaver #976E5D

Tints of Beaver #976E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 42.66%
G = 31.07%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#976E5D (or 0x976E5D) is known color: Beaver. HEX triplet: 97, 6E and 5D. RGB value is (151,110,93). Sum of RGB (Red+Green+Blue) = 151+110+93=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E5D is #6891A2. Grayscale: #787878. Windows color (decimal): -6853027 or 6123159. OLE color: 6123159.

HSL color Cylindrical-coordinate representation of color #976E5D: hue angle of 17.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976E5D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 93 -
CMYK 0 0.27 0.38 0.41
HSL 17.59º 0.24% 0.48% -
HSV(B) 17.59º 0.38% 0.59% -
XYZ 20.31 18.52 12.86 -
YUV 120.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 151 110 93 0 0.27 0.38 0.41 17.59 0.24 0.48
Hex 97 6E 5D 0 1B 26 29 12 18 30
Octal 227 156 135 0 33 46 51 22 30 60
Binary 10010111 1101110 1011101 0 11011 100110 101001 10010 11000 110000

Color Harmonies of #976E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E5D

Black with #976E5D

Text Example


Text Example

White with #976E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,93); }

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

background-color css

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

 a { background-color: rgb(151,110,93); }

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

border-color css

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

 span { border-color: rgb(151,110,93); }

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