Html Css Color HEX #947465 Beaver

📋 copy color: '#947465'

red 148 ◦ green 116 ◦ blue 101

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

Shades of Beaver #947465

Tints of Beaver #947465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 40.55%
G = 31.78%
B = 27.67%

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

#947465 (or 0x947465) is known color: Beaver. HEX triplet: 94, 74 and 65. RGB value is (148,116,101). Sum of RGB (Red+Green+Blue) = 148+116+101=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947465 is #6B8B9A. Grayscale: #7B7B7B. Windows color (decimal): -7048091 or 6648980. OLE color: 6648980.

HSL color Cylindrical-coordinate representation of color #947465: hue angle of 19.15º 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 #947465 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 101 -
CMYK 0 0.22 0.32 0.42
HSL 19.15º 0.19% 0.49% -
HSV(B) 19.15º 0.32% 0.58% -
XYZ 20.81 19.73 15.02 -
YUV 123.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 148 116 101 0 0.22 0.32 0.42 19.15 0.19 0.49
Hex 94 74 65 0 16 20 2A 13 13 31
Octal 224 164 145 0 26 40 52 23 23 61
Binary 10010100 1110100 1100101 0 10110 100000 101010 10011 10011 110001

Color Harmonies of #947465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947465

Black with #947465

Text Example


Text Example

White with #947465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947465; }

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

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

background-color css

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

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

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

border-color css

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

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

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