Html Css Color HEX #946D58 Beaver

📋 copy color: '#946D58'

red 148 ◦ green 109 ◦ blue 88

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

Shades of Beaver #946D58

Tints of Beaver #946D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.51%

R = 42.9%
G = 31.59%
B = 25.51%

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

#946D58 (or 0x946D58) is known color: Beaver. HEX triplet: 94, 6D and 58. RGB value is (148,109,88). Sum of RGB (Red+Green+Blue) = 148+109+88=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D58 is #6B92A7. Grayscale: #767676. Windows color (decimal): -7049896 or 5795220. OLE color: 5795220.

HSL color Cylindrical-coordinate representation of color #946D58: hue angle of 21º degrees, saturation: 0.25, 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 #946D58 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 88 -
CMYK 0 0.26 0.41 0.42
HSL 21º 0.25% 0.46% -
HSV(B) 21º 0.41% 0.58% -
XYZ 19.44 17.94 11.67 -
YUV 118.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 148 109 88 0 0.26 0.41 0.42 21 0.25 0.46
Hex 94 6D 58 0 1A 29 2A 15 19 2E
Octal 224 155 130 0 32 51 52 25 31 56
Binary 10010100 1101101 1011000 0 11010 101001 101010 10101 11001 101110

Color Harmonies of #946D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D58

Black with #946D58

Text Example


Text Example

White with #946D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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