Html Css Color HEX #917063 Beaver

📋 copy color: '#917063'

red 145 ◦ green 112 ◦ blue 99

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

Shades of Beaver #917063

Tints of Beaver #917063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 40.73%
G = 31.46%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#917063 (or 0x917063) is known color: Beaver. HEX triplet: 91, 70 and 63. RGB value is (145,112,99). Sum of RGB (Red+Green+Blue) = 145+112+99=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #917063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917063 is #6E8F9C. Grayscale: #787878. Windows color (decimal): -7245725 or 6516881. OLE color: 6516881.

HSL color Cylindrical-coordinate representation of color #917063: hue angle of 16.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917063 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 99 -
CMYK 0 0.23 0.32 0.43
HSL 16.96º 0.19% 0.48% -
HSV(B) 16.96º 0.32% 0.57% -
XYZ 19.72 18.51 14.34 -
YUV 120.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 145 112 99 0 0.23 0.32 0.43 16.96 0.19 0.48
Hex 91 70 63 0 17 20 2B 11 13 30
Octal 221 160 143 0 27 40 53 21 23 60
Binary 10010001 1110000 1100011 0 10111 100000 101011 10001 10011 110000

Color Harmonies of #917063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917063

Black with #917063

Text Example


Text Example

White with #917063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917063; }

 p { color: rgb(145,112,99); }

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

background-color css

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

 a { background-color: rgb(145,112,99); }

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

border-color css

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

 span { border-color: rgb(145,112,99); }

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