Html Css Color HEX #917165 Beaver

📋 copy color: '#917165'

red 145 ◦ green 113 ◦ blue 101

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

Shades of Beaver #917165

Tints of Beaver #917165

RGB

 RED value IS 145 (57.03% from 255) = 40.39%

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 40.39%
G = 31.48%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#917165 (or 0x917165) is known color: Beaver. HEX triplet: 91, 71 and 65. RGB value is (145,113,101). Sum of RGB (Red+Green+Blue) = 145+113+101=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917165 is #6E8E9A. Grayscale: #797979. Windows color (decimal): -7245467 or 6648209. OLE color: 6648209.

HSL color Cylindrical-coordinate representation of color #917165: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917165 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 113 101 -
CMYK 0 0.22 0.30 0.43
HSL 16.36º 0.18% 0.48% -
HSV(B) 16.36º 0.3% 0.57% -
XYZ 19.93 18.77 14.88 -
YUV 121.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 145 113 101 0 0.22 0.30 0.43 16.36 0.18 0.48
Hex 91 71 65 0 16 1E 2B 10 12 30
Octal 221 161 145 0 26 36 53 20 22 60
Binary 10010001 1110001 1100101 0 10110 11110 101011 10000 10010 110000

Color Harmonies of #917165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917165

Black with #917165

Text Example


Text Example

White with #917165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917165; }

 p { color: rgb(145,113,101); }

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

background-color css

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

 a { background-color: rgb(145,113,101); }

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

border-color css

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

 span { border-color: rgb(145,113,101); }

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