Html Css Color HEX #957767 Beaver

📋 copy color: '#957767'

red 149 ◦ green 119 ◦ blue 103

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

Shades of Beaver #957767

Tints of Beaver #957767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 40.16%
G = 32.08%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#957767 (or 0x957767) is known color: Beaver. HEX triplet: 95, 77 and 67. RGB value is (149,119,103). Sum of RGB (Red+Green+Blue) = 149+119+103=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957767 is #6A8898. Grayscale: #7E7E7E. Windows color (decimal): -6981785 or 6780821. OLE color: 6780821.

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

Color convert

RGB 149 119 103 -
CMYK 0 0.20 0.31 0.42
HSL 20.87º 0.18% 0.49% -
HSV(B) 20.87º 0.31% 0.58% -
XYZ 21.44 20.56 15.67 -
YUV 126.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 149 119 103 0 0.20 0.31 0.42 20.87 0.18 0.49
Hex 95 77 67 0 14 1F 2A 15 12 31
Octal 225 167 147 0 24 37 52 25 22 61
Binary 10010101 1110111 1100111 0 10100 11111 101010 10101 10010 110001

Color Harmonies of #957767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957767

Black with #957767

Text Example


Text Example

White with #957767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957767; }

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

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

background-color css

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

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

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

border-color css

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

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

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