Html Css Color HEX #947466 Beaver

📋 copy color: '#947466'

red 148 ◦ green 116 ◦ blue 102

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

Shades of Beaver #947466

Tints of Beaver #947466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 40.44%
G = 31.69%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#947466 (or 0x947466) is known color: Beaver. HEX triplet: 94, 74 and 66. RGB value is (148,116,102). Sum of RGB (Red+Green+Blue) = 148+116+102=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947466 is #6B8B99. Grayscale: #7C7C7C. Windows color (decimal): -7048090 or 6714516. OLE color: 6714516.

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

Color convert

RGB 148 116 102 -
CMYK 0 0.22 0.31 0.42
HSL 18.26º 0.18% 0.49% -
HSV(B) 18.26º 0.31% 0.58% -
XYZ 20.86 19.75 15.28 -
YUV 123.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 148 116 102 0 0.22 0.31 0.42 18.26 0.18 0.49
Hex 94 74 66 0 16 1F 2A 12 12 31
Octal 224 164 146 0 26 37 52 22 22 61
Binary 10010100 1110100 1100110 0 10110 11111 101010 10010 10010 110001

Color Harmonies of #947466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947466

Black with #947466

Text Example


Text Example

White with #947466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947466; }

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

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

background-color css

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

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

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

border-color css

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

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

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