Html Css Color HEX #956D5D Beaver

📋 copy color: '#956D5D'

red 149 ◦ green 109 ◦ blue 93

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

Shades of Beaver #956D5D

Tints of Beaver #956D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 42.45%
G = 31.05%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#956D5D (or 0x956D5D) is known color: Beaver. HEX triplet: 95, 6D and 5D. RGB value is (149,109,93). Sum of RGB (Red+Green+Blue) = 149+109+93=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D5D is #6A92A2. Grayscale: #777777. Windows color (decimal): -6984355 or 6122901. OLE color: 6122901.

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

Color convert

RGB 149 109 93 -
CMYK 0 0.27 0.38 0.42
HSL 17.14º 0.23% 0.47% -
HSV(B) 17.14º 0.38% 0.58% -
XYZ 19.84 18.12 12.81 -
YUV 119.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 149 109 93 0 0.27 0.38 0.42 17.14 0.23 0.47
Hex 95 6D 5D 0 1B 26 2A 11 17 2F
Octal 225 155 135 0 33 46 52 21 27 57
Binary 10010101 1101101 1011101 0 11011 100110 101010 10001 10111 101111

Color Harmonies of #956D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D5D

Black with #956D5D

Text Example


Text Example

White with #956D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,93); }

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

background-color css

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

 a { background-color: rgb(149,109,93); }

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

border-color css

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

 span { border-color: rgb(149,109,93); }

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