Html Css Color HEX #957665 Beaver

📋 copy color: '#957665'

red 149 ◦ green 118 ◦ blue 101

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

Shades of Beaver #957665

Tints of Beaver #957665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 40.49%
G = 32.07%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957665 (or 0x957665) is known color: Beaver. HEX triplet: 95, 76 and 65. RGB value is (149,118,101). Sum of RGB (Red+Green+Blue) = 149+118+101=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957665 is #6A899A. Grayscale: #7D7D7D. Windows color (decimal): -6982043 or 6649493. OLE color: 6649493.

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

Color convert

RGB 149 118 101 -
CMYK 0 0.21 0.32 0.42
HSL 21.25º 0.19% 0.49% -
HSV(B) 21.25º 0.32% 0.58% -
XYZ 21.22 20.29 15.11 -
YUV 125.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 149 118 101 0 0.21 0.32 0.42 21.25 0.19 0.49
Hex 95 76 65 0 15 20 2A 15 13 31
Octal 225 166 145 0 25 40 52 25 23 61
Binary 10010101 1110110 1100101 0 10101 100000 101010 10101 10011 110001

Color Harmonies of #957665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957665

Black with #957665

Text Example


Text Example

White with #957665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957665; }

 p { color: rgb(149,118,101); }

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

background-color css

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

 a { background-color: rgb(149,118,101); }

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

border-color css

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

 span { border-color: rgb(149,118,101); }

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