Html Css Color HEX #946E58 Beaver

📋 copy color: '#946E58'

red 148 ◦ green 110 ◦ blue 88

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

Shades of Beaver #946E58

Tints of Beaver #946E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

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

R = 42.77%
G = 31.79%
B = 25.43%

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

#946E58 (or 0x946E58) is known color: Beaver. HEX triplet: 94, 6E and 58. RGB value is (148,110,88). Sum of RGB (Red+Green+Blue) = 148+110+88=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #946E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E58 is #6B91A7. Grayscale: #767676. Windows color (decimal): -7049640 or 5795476. OLE color: 5795476.

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

Color convert

RGB 148 110 88 -
CMYK 0 0.26 0.41 0.42
HSL 22º 0.25% 0.46% -
HSV(B) 22º 0.41% 0.58% -
XYZ 19.55 18.15 11.71 -
YUV 118.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 148 110 88 0 0.26 0.41 0.42 22 0.25 0.46
Hex 94 6E 58 0 1A 29 2A 16 19 2E
Octal 224 156 130 0 32 51 52 26 31 56
Binary 10010100 1101110 1011000 0 11010 101001 101010 10110 11001 101110

Color Harmonies of #946E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E58

Black with #946E58

Text Example


Text Example

White with #946E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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