Html Css Color HEX #947765 Beaver

📋 copy color: '#947765'

red 148 ◦ green 119 ◦ blue 101

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

Shades of Beaver #947765

Tints of Beaver #947765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 40.22%
G = 32.34%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#947765 (or 0x947765) is known color: Beaver. HEX triplet: 94, 77 and 65. RGB value is (148,119,101). Sum of RGB (Red+Green+Blue) = 148+119+101=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #947765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947765 is #6B889A. Grayscale: #7D7D7D. Windows color (decimal): -7047323 or 6649748. OLE color: 6649748.

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

Color convert

RGB 148 119 101 -
CMYK 0 0.20 0.32 0.42
HSL 22.98º 0.19% 0.49% -
HSV(B) 22.98º 0.32% 0.58% -
XYZ 21.16 20.43 15.14 -
YUV 125.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 148 119 101 0 0.20 0.32 0.42 22.98 0.19 0.49
Hex 94 77 65 0 14 20 2A 17 13 31
Octal 224 167 145 0 24 40 52 27 23 61
Binary 10010100 1110111 1100101 0 10100 100000 101010 10111 10011 110001

Color Harmonies of #947765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947765

Black with #947765

Text Example


Text Example

White with #947765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947765; }

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

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

background-color css

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

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

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

border-color css

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

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

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