Html Css Color HEX #946D57 Beaver

📋 copy color: '#946D57'

red 148 ◦ green 109 ◦ blue 87

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

Shades of Beaver #946D57

Tints of Beaver #946D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 43.02%
G = 31.69%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946D57 (or 0x946D57) is known color: Beaver. HEX triplet: 94, 6D and 57. RGB value is (148,109,87). Sum of RGB (Red+Green+Blue) = 148+109+87=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D57 is #6B92A8. Grayscale: #767676. Windows color (decimal): -7049897 or 5729684. OLE color: 5729684.

HSL color Cylindrical-coordinate representation of color #946D57: hue angle of 21.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946D57 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 87 -
CMYK 0 0.26 0.41 0.42
HSL 21.64º 0.26% 0.46% -
HSV(B) 21.64º 0.41% 0.58% -
XYZ 19.4 17.92 11.45 -
YUV 118.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 148 109 87 0 0.26 0.41 0.42 21.64 0.26 0.46
Hex 94 6D 57 0 1A 29 2A 16 1A 2E
Octal 224 155 127 0 32 51 52 26 32 56
Binary 10010100 1101101 1010111 0 11010 101001 101010 10110 11010 101110

Color Harmonies of #946D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D57

Black with #946D57

Text Example


Text Example

White with #946D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,87); }

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

background-color css

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

 a { background-color: rgb(148,109,87); }

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

border-color css

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

 span { border-color: rgb(148,109,87); }

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