Html Css Color HEX #917461 Beaver

📋 copy color: '#917461'

red 145 ◦ green 116 ◦ blue 97

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

Shades of Beaver #917461

Tints of Beaver #917461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 40.5%
G = 32.4%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#917461 (or 0x917461) is known color: Beaver. HEX triplet: 91, 74 and 61. RGB value is (145,116,97). Sum of RGB (Red+Green+Blue) = 145+116+97=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917461 is #6E8B9E. Grayscale: #7A7A7A. Windows color (decimal): -7244703 or 6386833. OLE color: 6386833.

HSL color Cylindrical-coordinate representation of color #917461: hue angle of 23.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917461 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 97 -
CMYK 0 0.2 0.33 0.43
HSL 23.75º 0.2% 0.47% -
HSV(B) 23.75º 0.33% 0.57% -
XYZ 20.08 19.37 13.99 -
YUV 122.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 145 116 97 0 0.2 0.33 0.43 23.75 0.2 0.47
Hex 91 74 61 0 14 21 2B 18 14 2F
Octal 221 164 141 0 24 41 53 30 24 57
Binary 10010001 1110100 1100001 0 10100 100001 101011 11000 10100 101111

Color Harmonies of #917461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917461

Black with #917461

Text Example


Text Example

White with #917461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917461; }

 p { color: rgb(145,116,97); }

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

background-color css

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

 a { background-color: rgb(145,116,97); }

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

border-color css

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

 span { border-color: rgb(145,116,97); }

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