Html Css Color HEX #956B5C Beaver

📋 copy color: '#956B5C'

red 149 ◦ green 107 ◦ blue 92

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

Shades of Beaver #956B5C

Tints of Beaver #956B5C

RGB

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

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

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

R = 42.82%
G = 30.75%
B = 26.44%

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

#956B5C (or 0x956B5C) is known color: Beaver. HEX triplet: 95, 6B and 5C. RGB value is (149,107,92). Sum of RGB (Red+Green+Blue) = 149+107+92=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B5C is #6A94A3. Grayscale: #757575. Windows color (decimal): -6984868 or 6056853. OLE color: 6056853.

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

Color convert

RGB 149 107 92 -
CMYK 0 0.28 0.38 0.42
HSL 15.79º 0.24% 0.47% -
HSV(B) 15.79º 0.38% 0.58% -
XYZ 19.58 17.68 12.51 -
YUV 117.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 149 107 92 0 0.28 0.38 0.42 15.79 0.24 0.47
Hex 95 6B 5C 0 1C 26 2A 10 18 2F
Octal 225 153 134 0 34 46 52 20 30 57
Binary 10010101 1101011 1011100 0 11100 100110 101010 10000 11000 101111

Color Harmonies of #956B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B5C

Black with #956B5C

Text Example


Text Example

White with #956B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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