Html Css Color HEX #956B5B Beaver

📋 copy color: '#956B5B'

red 149 ◦ green 107 ◦ blue 91

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

Shades of Beaver #956B5B

Tints of Beaver #956B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 42.94%
G = 30.84%
B = 26.22%

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

#956B5B (or 0x956B5B) is known color: Beaver. HEX triplet: 95, 6B and 5B. RGB value is (149,107,91). Sum of RGB (Red+Green+Blue) = 149+107+91=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B5B is #6A94A4. Grayscale: #757575. Windows color (decimal): -6984869 or 5991317. OLE color: 5991317.

HSL color Cylindrical-coordinate representation of color #956B5B: hue angle of 16.55º 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 #956B5B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 91 -
CMYK 0 0.28 0.39 0.42
HSL 16.55º 0.24% 0.47% -
HSV(B) 16.55º 0.39% 0.58% -
XYZ 19.54 17.66 12.28 -
YUV 117.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 149 107 91 0 0.28 0.39 0.42 16.55 0.24 0.47
Hex 95 6B 5B 0 1C 27 2A 11 18 2F
Octal 225 153 133 0 34 47 52 21 30 57
Binary 10010101 1101011 1011011 0 11100 100111 101010 10001 11000 101111

Color Harmonies of #956B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B5B

Black with #956B5B

Text Example


Text Example

White with #956B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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