Html Css Color HEX #97715A Beaver

📋 copy color: '#97715A'

red 151 ◦ green 113 ◦ blue 90

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

Shades of Beaver #97715A

Tints of Beaver #97715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 42.66%
G = 31.92%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97715A (or 0x97715A) is known color: Beaver. HEX triplet: 97, 71 and 5A. RGB value is (151,113,90). Sum of RGB (Red+Green+Blue) = 151+113+90=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97715A is #688EA5. Grayscale: #797979. Windows color (decimal): -6852262 or 5927319. OLE color: 5927319.

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

Color convert

RGB 151 113 90 -
CMYK 0 0.25 0.40 0.41
HSL 22.62º 0.25% 0.47% -
HSV(B) 22.62º 0.4% 0.59% -
XYZ 20.51 19.13 12.28 -
YUV 121.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 151 113 90 0 0.25 0.40 0.41 22.62 0.25 0.47
Hex 97 71 5A 0 19 28 29 17 19 2F
Octal 227 161 132 0 31 50 51 27 31 57
Binary 10010111 1110001 1011010 0 11001 101000 101001 10111 11001 101111

Color Harmonies of #97715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97715A

Black with #97715A

Text Example


Text Example

White with #97715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97715A; }

 p { color: rgb(151,113,90); }

 H1.HeaderClassName
 {
   color: #97715A;
 }
 .AnyTagClassName
 {
   color: #97715A;
 }
</style>

background-color css

<style>
 a { background-color: #97715A; }

 a { background-color: rgb(151,113,90); }

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

border-color css

<style>
 span { border-color: #97715A; }

 span { border-color: rgb(151,113,90); }

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