Html Css Color HEX #957763 Beaver

📋 copy color: '#957763'

red 149 ◦ green 119 ◦ blue 99

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

Shades of Beaver #957763

Tints of Beaver #957763

RGB

 RED value IS 149 (58.59% from 255) = 40.6%

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

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 40.6%
G = 32.43%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#957763 (or 0x957763) is known color: Beaver. HEX triplet: 95, 77 and 63. RGB value is (149,119,99). Sum of RGB (Red+Green+Blue) = 149+119+99=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957763 is #6A889C. Grayscale: #7D7D7D. Windows color (decimal): -6981789 or 6518677. OLE color: 6518677.

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

Color convert

RGB 149 119 99 -
CMYK 0 0.20 0.34 0.42
HSL 24º 0.2% 0.49% -
HSV(B) 24º 0.34% 0.58% -
XYZ 21.24 20.48 14.64 -
YUV 125.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 149 119 99 0 0.20 0.34 0.42 24 0.2 0.49
Hex 95 77 63 0 14 22 2A 18 14 31
Octal 225 167 143 0 24 42 52 30 24 61
Binary 10010101 1110111 1100011 0 10100 100010 101010 11000 10100 110001

Color Harmonies of #957763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957763

Black with #957763

Text Example


Text Example

White with #957763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957763; }

 p { color: rgb(149,119,99); }

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

background-color css

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

 a { background-color: rgb(149,119,99); }

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

border-color css

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

 span { border-color: rgb(149,119,99); }

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