Html Css Color HEX #917468 Beaver

📋 copy color: '#917468'

red 145 ◦ green 116 ◦ blue 104

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

Shades of Beaver #917468

Tints of Beaver #917468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 39.73%
G = 31.78%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#917468 (or 0x917468) is known color: Beaver. HEX triplet: 91, 74 and 68. RGB value is (145,116,104). Sum of RGB (Red+Green+Blue) = 145+116+104=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917468 is #6E8B97. Grayscale: #7B7B7B. Windows color (decimal): -7244696 or 6845585. OLE color: 6845585.

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

Color convert

RGB 145 116 104 -
CMYK 0 0.2 0.28 0.43
HSL 17.56º 0.16% 0.49% -
HSV(B) 17.56º 0.28% 0.57% -
XYZ 20.42 19.51 15.79 -
YUV 123.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 145 116 104 0 0.2 0.28 0.43 17.56 0.16 0.49
Hex 91 74 68 0 14 1C 2B 12 10 31
Octal 221 164 150 0 24 34 53 22 20 61
Binary 10010001 1110100 1101000 0 10100 11100 101011 10010 10000 110001

Color Harmonies of #917468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917468

Black with #917468

Text Example


Text Example

White with #917468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917468; }

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

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

background-color css

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

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

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

border-color css

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

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

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