Html Css Color HEX #917265 Beaver

📋 copy color: '#917265'

red 145 ◦ green 114 ◦ blue 101

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

Shades of Beaver #917265

Tints of Beaver #917265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 40.28%
G = 31.67%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#917265 (or 0x917265) is known color: Beaver. HEX triplet: 91, 72 and 65. RGB value is (145,114,101). Sum of RGB (Red+Green+Blue) = 145+114+101=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917265 is #6E8D9A. Grayscale: #797979. Windows color (decimal): -7245211 or 6648465. OLE color: 6648465.

HSL color Cylindrical-coordinate representation of color #917265: hue angle of 17.73º 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 #917265 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 114 101 -
CMYK 0 0.21 0.30 0.43
HSL 17.73º 0.18% 0.48% -
HSV(B) 17.73º 0.3% 0.57% -
XYZ 20.04 18.99 14.92 -
YUV 121.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 145 114 101 0 0.21 0.30 0.43 17.73 0.18 0.48
Hex 91 72 65 0 15 1E 2B 12 12 30
Octal 221 162 145 0 25 36 53 22 22 60
Binary 10010001 1110010 1100101 0 10101 11110 101011 10010 10010 110000

Color Harmonies of #917265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917265

Black with #917265

Text Example


Text Example

White with #917265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917265; }

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

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

background-color css

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

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

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

border-color css

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

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

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