Html Css Color HEX #966F57 Beaver

📋 copy color: '#966F57'

red 150 ◦ green 111 ◦ blue 87

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

Shades of Beaver #966F57

Tints of Beaver #966F57

RGB

 RED value IS 150 (58.98% from 255) = 43.1%

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

 BLUE value IS 87 (34.38% from 255) = 25%

R = 43.1%
G = 31.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#966F57 (or 0x966F57) is known color: Beaver. HEX triplet: 96, 6F and 57. RGB value is (150,111,87). Sum of RGB (Red+Green+Blue) = 150+111+87=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F57 is #6990A8. Grayscale: #787878. Windows color (decimal): -6918313 or 5730198. OLE color: 5730198.

HSL color Cylindrical-coordinate representation of color #966F57: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966F57 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 87 -
CMYK 0 0.26 0.42 0.41
HSL 22.86º 0.27% 0.46% -
HSV(B) 22.86º 0.42% 0.59% -
XYZ 19.98 18.54 11.54 -
YUV 119.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 150 111 87 0 0.26 0.42 0.41 22.86 0.27 0.46
Hex 96 6F 57 0 1A 2A 29 17 1B 2E
Octal 226 157 127 0 32 52 51 27 33 56
Binary 10010110 1101111 1010111 0 11010 101010 101001 10111 11011 101110

Color Harmonies of #966F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F57

Black with #966F57

Text Example


Text Example

White with #966F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F57; }

 p { color: rgb(150,111,87); }

 H1.HeaderClassName
 {
   color: #966F57;
 }
 .AnyTagClassName
 {
   color: #966F57;
 }
</style>

background-color css

<style>
 a { background-color: #966F57; }

 a { background-color: rgb(150,111,87); }

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

border-color css

<style>
 span { border-color: #966F57; }

 span { border-color: rgb(150,111,87); }

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