Html Css Color HEX #97705B Beaver

📋 copy color: '#97705B'

red 151 ◦ green 112 ◦ blue 91

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

Shades of Beaver #97705B

Tints of Beaver #97705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 42.66%
G = 31.64%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97705B (or 0x97705B) is known color: Beaver. HEX triplet: 97, 70 and 5B. RGB value is (151,112,91). Sum of RGB (Red+Green+Blue) = 151+112+91=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97705B is #688FA4. Grayscale: #797979. Windows color (decimal): -6852517 or 5992599. OLE color: 5992599.

HSL color Cylindrical-coordinate representation of color #97705B: hue angle of 21º 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 #97705B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 91 -
CMYK 0 0.26 0.40 0.41
HSL 21º 0.25% 0.47% -
HSV(B) 21º 0.4% 0.59% -
XYZ 20.45 18.92 12.47 -
YUV 121.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 151 112 91 0 0.26 0.40 0.41 21 0.25 0.47
Hex 97 70 5B 0 1A 28 29 15 19 2F
Octal 227 160 133 0 32 50 51 25 31 57
Binary 10010111 1110000 1011011 0 11010 101000 101001 10101 11001 101111

Color Harmonies of #97705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97705B

Black with #97705B

Text Example


Text Example

White with #97705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97705B; }

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

 H1.HeaderClassName
 {
   color: #97705B;
 }
 .AnyTagClassName
 {
   color: #97705B;
 }
</style>

background-color css

<style>
 a { background-color: #97705B; }

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

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

border-color css

<style>
 span { border-color: #97705B; }

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

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