Html Css Color HEX #956F60 Beaver

📋 copy color: '#956F60'

red 149 ◦ green 111 ◦ blue 96

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

Shades of Beaver #956F60

Tints of Beaver #956F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 41.85%
G = 31.18%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956F60 (or 0x956F60) is known color: Beaver. HEX triplet: 95, 6F and 60. RGB value is (149,111,96). Sum of RGB (Red+Green+Blue) = 149+111+96=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #956F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F60 is #6A909F. Grayscale: #787878. Windows color (decimal): -6983840 or 6320021. OLE color: 6320021.

HSL color Cylindrical-coordinate representation of color #956F60: hue angle of 16.98º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956F60 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 96 -
CMYK 0 0.26 0.36 0.42
HSL 16.98º 0.22% 0.48% -
HSV(B) 16.98º 0.36% 0.58% -
XYZ 20.19 18.6 13.59 -
YUV 120.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 149 111 96 0 0.26 0.36 0.42 16.98 0.22 0.48
Hex 95 6F 60 0 1A 24 2A 11 16 30
Octal 225 157 140 0 32 44 52 21 26 60
Binary 10010101 1101111 1100000 0 11010 100100 101010 10001 10110 110000

Color Harmonies of #956F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F60

Black with #956F60

Text Example


Text Example

White with #956F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,96); }

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

background-color css

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

 a { background-color: rgb(149,111,96); }

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

border-color css

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

 span { border-color: rgb(149,111,96); }

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