Html Css Color HEX #946F60 Beaver

📋 copy color: '#946F60'

red 148 ◦ green 111 ◦ blue 96

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

Shades of Beaver #946F60

Tints of Beaver #946F60

RGB

 RED value IS 148 (58.2% from 255) = 41.69%

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 41.69%
G = 31.27%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946F60 (or 0x946F60) is known color: Beaver. HEX triplet: 94, 6F and 60. RGB value is (148,111,96). Sum of RGB (Red+Green+Blue) = 148+111+96=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F60 is #6B909F. Grayscale: #787878. Windows color (decimal): -7049376 or 6320020. OLE color: 6320020.

HSL color Cylindrical-coordinate representation of color #946F60: hue angle of 17.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946F60 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 96 -
CMYK 0 0.25 0.35 0.42
HSL 17.31º 0.21% 0.48% -
HSV(B) 17.31º 0.35% 0.58% -
XYZ 20.01 18.51 13.58 -
YUV 120.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 148 111 96 0 0.25 0.35 0.42 17.31 0.21 0.48
Hex 94 6F 60 0 19 23 2A 11 15 30
Octal 224 157 140 0 31 43 52 21 25 60
Binary 10010100 1101111 1100000 0 11001 100011 101010 10001 10101 110000

Color Harmonies of #946F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F60

Black with #946F60

Text Example


Text Example

White with #946F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F60; }

 p { color: rgb(148,111,96); }

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

background-color css

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

 a { background-color: rgb(148,111,96); }

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

border-color css

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

 span { border-color: rgb(148,111,96); }

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