Html Css Color HEX #946C58 Beaver

📋 copy color: '#946C58'

red 148 ◦ green 108 ◦ blue 88

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

Shades of Beaver #946C58

Tints of Beaver #946C58

RGB

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

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

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

R = 43.02%
G = 31.4%
B = 25.58%

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

#946C58 (or 0x946C58) is known color: Beaver. HEX triplet: 94, 6C and 58. RGB value is (148,108,88). Sum of RGB (Red+Green+Blue) = 148+108+88=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C58 is #6B93A7. Grayscale: #757575. Windows color (decimal): -7050152 or 5794964. OLE color: 5794964.

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

Color convert

RGB 148 108 88 -
CMYK 0 0.27 0.41 0.42
HSL 20º 0.25% 0.46% -
HSV(B) 20º 0.41% 0.58% -
XYZ 19.34 17.73 11.63 -
YUV 117.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 148 108 88 0 0.27 0.41 0.42 20 0.25 0.46
Hex 94 6C 58 0 1B 29 2A 14 19 2E
Octal 224 154 130 0 33 51 52 24 31 56
Binary 10010100 1101100 1011000 0 11011 101001 101010 10100 11001 101110

Color Harmonies of #946C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C58

Black with #946C58

Text Example


Text Example

White with #946C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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