Html Css Color HEX #956D58 Beaver

📋 copy color: '#956D58'

red 149 ◦ green 109 ◦ blue 88

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

Shades of Beaver #956D58

Tints of Beaver #956D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 43.06%
G = 31.5%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#956D58 (or 0x956D58) is known color: Beaver. HEX triplet: 95, 6D and 58. RGB value is (149,109,88). Sum of RGB (Red+Green+Blue) = 149+109+88=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D58 is #6A92A7. Grayscale: #767676. Windows color (decimal): -6984360 or 5795221. OLE color: 5795221.

HSL color Cylindrical-coordinate representation of color #956D58: hue angle of 20.66º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956D58 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 88 -
CMYK 0 0.27 0.41 0.42
HSL 20.66º 0.26% 0.46% -
HSV(B) 20.66º 0.41% 0.58% -
XYZ 19.62 18.03 11.68 -
YUV 118.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 149 109 88 0 0.27 0.41 0.42 20.66 0.26 0.46
Hex 95 6D 58 0 1B 29 2A 15 1A 2E
Octal 225 155 130 0 33 51 52 25 32 56
Binary 10010101 1101101 1011000 0 11011 101001 101010 10101 11010 101110

Color Harmonies of #956D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D58

Black with #956D58

Text Example


Text Example

White with #956D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956D58; }

 p { color: rgb(149,109,88); }

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

background-color css

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

 a { background-color: rgb(149,109,88); }

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

border-color css

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

 span { border-color: rgb(149,109,88); }

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