Html Css Color HEX #976B58 Beaver

📋 copy color: '#976B58'

red 151 ◦ green 107 ◦ blue 88

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

Shades of Beaver #976B58

Tints of Beaver #976B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 43.64%
G = 30.92%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#976B58 (or 0x976B58) is known color: Beaver. HEX triplet: 97, 6B and 58. RGB value is (151,107,88). Sum of RGB (Red+Green+Blue) = 151+107+88=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B58 is #6894A7. Grayscale: #767676. Windows color (decimal): -6853800 or 5794711. OLE color: 5794711.

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

Color convert

RGB 151 107 88 -
CMYK 0 0.29 0.42 0.41
HSL 18.1º 0.26% 0.47% -
HSV(B) 18.1º 0.42% 0.59% -
XYZ 19.78 17.8 11.63 -
YUV 117.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 151 107 88 0 0.29 0.42 0.41 18.1 0.26 0.47
Hex 97 6B 58 0 1D 2A 29 12 1A 2F
Octal 227 153 130 0 35 52 51 22 32 57
Binary 10010111 1101011 1011000 0 11101 101010 101001 10010 11010 101111

Color Harmonies of #976B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B58

Black with #976B58

Text Example


Text Example

White with #976B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,88); }

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

background-color css

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

 a { background-color: rgb(151,107,88); }

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

border-color css

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

 span { border-color: rgb(151,107,88); }

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