Html Css Color HEX #956C5C Beaver

📋 copy color: '#956C5C'

red 149 ◦ green 108 ◦ blue 92

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

Shades of Beaver #956C5C

Tints of Beaver #956C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 42.69%
G = 30.95%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#956C5C (or 0x956C5C) is known color: Beaver. HEX triplet: 95, 6C and 5C. RGB value is (149,108,92). Sum of RGB (Red+Green+Blue) = 149+108+92=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5C is #6A93A3. Grayscale: #767676. Windows color (decimal): -6984612 or 6057109. OLE color: 6057109.

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

Color convert

RGB 149 108 92 -
CMYK 0 0.28 0.38 0.42
HSL 16.84º 0.24% 0.47% -
HSV(B) 16.84º 0.38% 0.58% -
XYZ 19.69 17.89 12.54 -
YUV 118.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 149 108 92 0 0.28 0.38 0.42 16.84 0.24 0.47
Hex 95 6C 5C 0 1C 26 2A 11 18 2F
Octal 225 154 134 0 34 46 52 21 30 57
Binary 10010101 1101100 1011100 0 11100 100110 101010 10001 11000 101111

Color Harmonies of #956C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C5C

Black with #956C5C

Text Example


Text Example

White with #956C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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