Html Css Color HEX #97765F Beaver

📋 copy color: '#97765F'

red 151 ◦ green 118 ◦ blue 95

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

Shades of Beaver #97765F

Tints of Beaver #97765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 41.48%
G = 32.42%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#97765F (or 0x97765F) is known color: Beaver. HEX triplet: 97, 76 and 5F. RGB value is (151,118,95). Sum of RGB (Red+Green+Blue) = 151+118+95=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #97765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97765F is #6889A0. Grayscale: #7D7D7D. Windows color (decimal): -6850977 or 6256279. OLE color: 6256279.

HSL color Cylindrical-coordinate representation of color #97765F: hue angle of 24.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97765F is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 95 -
CMYK 0 0.22 0.37 0.41
HSL 24.64º 0.23% 0.48% -
HSV(B) 24.64º 0.37% 0.59% -
XYZ 21.31 20.36 13.63 -
YUV 125.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 151 118 95 0 0.22 0.37 0.41 24.64 0.23 0.48
Hex 97 76 5F 0 16 25 29 19 17 30
Octal 227 166 137 0 26 45 51 31 27 60
Binary 10010111 1110110 1011111 0 10110 100101 101001 11001 10111 110000

Color Harmonies of #97765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97765F

Black with #97765F

Text Example


Text Example

White with #97765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97765F; }

 p { color: rgb(151,118,95); }

 H1.HeaderClassName
 {
   color: #97765F;
 }
 .AnyTagClassName
 {
   color: #97765F;
 }
</style>

background-color css

<style>
 a { background-color: #97765F; }

 a { background-color: rgb(151,118,95); }

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

border-color css

<style>
 span { border-color: #97765F; }

 span { border-color: rgb(151,118,95); }

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