Html Css Color HEX #956C5B Beaver

📋 copy color: '#956C5B'

red 149 ◦ green 108 ◦ blue 91

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

Shades of Beaver #956C5B

Tints of Beaver #956C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 42.82%
G = 31.03%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#956C5B (or 0x956C5B) is known color: Beaver. HEX triplet: 95, 6C and 5B. RGB value is (149,108,91). Sum of RGB (Red+Green+Blue) = 149+108+91=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5B is #6A93A4. Grayscale: #767676. Windows color (decimal): -6984613 or 5991573. OLE color: 5991573.

HSL color Cylindrical-coordinate representation of color #956C5B: hue angle of 17.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #956C5B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 91 -
CMYK 0 0.28 0.39 0.42
HSL 17.59º 0.24% 0.47% -
HSV(B) 17.59º 0.39% 0.58% -
XYZ 19.65 17.87 12.31 -
YUV 118.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 149 108 91 0 0.28 0.39 0.42 17.59 0.24 0.47
Hex 95 6C 5B 0 1C 27 2A 12 18 2F
Octal 225 154 133 0 34 47 52 22 30 57
Binary 10010101 1101100 1011011 0 11100 100111 101010 10010 11000 101111

Color Harmonies of #956C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C5B

Black with #956C5B

Text Example


Text Example

White with #956C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,91); }

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

background-color css

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

 a { background-color: rgb(149,108,91); }

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

border-color css

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

 span { border-color: rgb(149,108,91); }

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