Html Css Color HEX #946C57 Beaver

📋 copy color: '#946C57'

red 148 ◦ green 108 ◦ blue 87

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

Shades of Beaver #946C57

Tints of Beaver #946C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 43.15%
G = 31.49%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946C57 (or 0x946C57) is known color: Beaver. HEX triplet: 94, 6C and 57. RGB value is (148,108,87). Sum of RGB (Red+Green+Blue) = 148+108+87=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C57 is #6B93A8. Grayscale: #757575. Windows color (decimal): -7050153 or 5729428. OLE color: 5729428.

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

Color convert

RGB 148 108 87 -
CMYK 0 0.27 0.41 0.42
HSL 20.66º 0.26% 0.46% -
HSV(B) 20.66º 0.41% 0.58% -
XYZ 19.3 17.71 11.42 -
YUV 117.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 148 108 87 0 0.27 0.41 0.42 20.66 0.26 0.46
Hex 94 6C 57 0 1B 29 2A 15 1A 2E
Octal 224 154 127 0 33 51 52 25 32 56
Binary 10010100 1101100 1010111 0 11011 101001 101010 10101 11010 101110

Color Harmonies of #946C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C57

Black with #946C57

Text Example


Text Example

White with #946C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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