Html Css Color HEX #976D5B Beaver

📋 copy color: '#976D5B'

red 151 ◦ green 109 ◦ blue 91

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

Shades of Beaver #976D5B

Tints of Beaver #976D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 43.02%
G = 31.05%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#976D5B (or 0x976D5B) is known color: Beaver. HEX triplet: 97, 6D and 5B. RGB value is (151,109,91). Sum of RGB (Red+Green+Blue) = 151+109+91=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #976D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D5B is #6892A4. Grayscale: #777777. Windows color (decimal): -6853285 or 5991831. OLE color: 5991831.

HSL color Cylindrical-coordinate representation of color #976D5B: hue angle of 18º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #976D5B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 91 -
CMYK 0 0.28 0.40 0.41
HSL 18º 0.25% 0.47% -
HSV(B) 18º 0.4% 0.59% -
XYZ 20.12 18.27 12.36 -
YUV 119.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 151 109 91 0 0.28 0.40 0.41 18 0.25 0.47
Hex 97 6D 5B 0 1C 28 29 12 19 2F
Octal 227 155 133 0 34 50 51 22 31 57
Binary 10010111 1101101 1011011 0 11100 101000 101001 10010 11001 101111

Color Harmonies of #976D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D5B

Black with #976D5B

Text Example


Text Example

White with #976D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,109,91); }

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

background-color css

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

 a { background-color: rgb(151,109,91); }

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

border-color css

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

 span { border-color: rgb(151,109,91); }

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