Html Css Color HEX #976F5C Beaver

📋 copy color: '#976F5C'

red 151 ◦ green 111 ◦ blue 92

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

Shades of Beaver #976F5C

Tints of Beaver #976F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 42.66%
G = 31.36%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#976F5C (or 0x976F5C) is known color: Beaver. HEX triplet: 97, 6F and 5C. RGB value is (151,111,92). Sum of RGB (Red+Green+Blue) = 151+111+92=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F5C is #6890A3. Grayscale: #787878. Windows color (decimal): -6852772 or 6057879. OLE color: 6057879.

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

Color convert

RGB 151 111 92 -
CMYK 0 0.26 0.39 0.41
HSL 19.32º 0.24% 0.48% -
HSV(B) 19.32º 0.39% 0.59% -
XYZ 20.38 18.72 12.66 -
YUV 120.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 151 111 92 0 0.26 0.39 0.41 19.32 0.24 0.48
Hex 97 6F 5C 0 1A 27 29 13 18 30
Octal 227 157 134 0 32 47 51 23 30 60
Binary 10010111 1101111 1011100 0 11010 100111 101001 10011 11000 110000

Color Harmonies of #976F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F5C

Black with #976F5C

Text Example


Text Example

White with #976F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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