Html Css Color HEX #956F56 Beaver

📋 copy color: '#956F56'

red 149 ◦ green 111 ◦ blue 86

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

Shades of Beaver #956F56

Tints of Beaver #956F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 43.06%
G = 32.08%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956F56 (or 0x956F56) is known color: Beaver. HEX triplet: 95, 6F and 56. RGB value is (149,111,86). Sum of RGB (Red+Green+Blue) = 149+111+86=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F56 is #6A90A9. Grayscale: #777777. Windows color (decimal): -6983850 or 5664661. OLE color: 5664661.

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

Color convert

RGB 149 111 86 -
CMYK 0 0.26 0.42 0.42
HSL 23.81º 0.27% 0.46% -
HSV(B) 23.81º 0.42% 0.58% -
XYZ 19.76 18.43 11.32 -
YUV 119.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 149 111 86 0 0.26 0.42 0.42 23.81 0.27 0.46
Hex 95 6F 56 0 1A 2A 2A 18 1B 2E
Octal 225 157 126 0 32 52 52 30 33 56
Binary 10010101 1101111 1010110 0 11010 101010 101010 11000 11011 101110

Color Harmonies of #956F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F56

Black with #956F56

Text Example


Text Example

White with #956F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,86); }

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

background-color css

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

 a { background-color: rgb(149,111,86); }

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

border-color css

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

 span { border-color: rgb(149,111,86); }

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