Html Css Color HEX #947060 Beaver

📋 copy color: '#947060'

red 148 ◦ green 112 ◦ blue 96

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

Shades of Beaver #947060

Tints of Beaver #947060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 41.57%
G = 31.46%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#947060 (or 0x947060) is known color: Beaver. HEX triplet: 94, 70 and 60. RGB value is (148,112,96). Sum of RGB (Red+Green+Blue) = 148+112+96=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #947060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947060 is #6B8F9F. Grayscale: #797979. Windows color (decimal): -7049120 or 6320276. OLE color: 6320276.

HSL color Cylindrical-coordinate representation of color #947060: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947060 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 96 -
CMYK 0 0.24 0.35 0.42
HSL 18.46º 0.21% 0.48% -
HSV(B) 18.46º 0.35% 0.58% -
XYZ 20.12 18.73 13.62 -
YUV 120.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 148 112 96 0 0.24 0.35 0.42 18.46 0.21 0.48
Hex 94 70 60 0 18 23 2A 12 15 30
Octal 224 160 140 0 30 43 52 22 25 60
Binary 10010100 1110000 1100000 0 11000 100011 101010 10010 10101 110000

Color Harmonies of #947060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947060

Black with #947060

Text Example


Text Example

White with #947060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947060; }

 p { color: rgb(148,112,96); }

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

background-color css

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

 a { background-color: rgb(148,112,96); }

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

border-color css

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

 span { border-color: rgb(148,112,96); }

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