Html Css Color HEX #947464 Beaver

📋 copy color: '#947464'

red 148 ◦ green 116 ◦ blue 100

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

Shades of Beaver #947464

Tints of Beaver #947464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 40.66%
G = 31.87%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#947464 (or 0x947464) is known color: Beaver. HEX triplet: 94, 74 and 64. RGB value is (148,116,100). Sum of RGB (Red+Green+Blue) = 148+116+100=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947464 is #6B8B9B. Grayscale: #7B7B7B. Windows color (decimal): -7048092 or 6583444. OLE color: 6583444.

HSL color Cylindrical-coordinate representation of color #947464: hue angle of 20º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947464 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 100 -
CMYK 0 0.22 0.32 0.42
HSL 20º 0.19% 0.49% -
HSV(B) 20º 0.32% 0.58% -
XYZ 20.76 19.71 14.77 -
YUV 123.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 148 116 100 0 0.22 0.32 0.42 20 0.19 0.49
Hex 94 74 64 0 16 20 2A 14 13 31
Octal 224 164 144 0 26 40 52 24 23 61
Binary 10010100 1110100 1100100 0 10110 100000 101010 10100 10011 110001

Color Harmonies of #947464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947464

Black with #947464

Text Example


Text Example

White with #947464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947464; }

 p { color: rgb(148,116,100); }

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

background-color css

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

 a { background-color: rgb(148,116,100); }

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

border-color css

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

 span { border-color: rgb(148,116,100); }

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