Html Css Color HEX #966F56 Beaver

📋 copy color: '#966F56'

red 150 ◦ green 111 ◦ blue 86

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

Shades of Beaver #966F56

Tints of Beaver #966F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.78%

R = 43.23%
G = 31.99%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#966F56 (or 0x966F56) is known color: Beaver. HEX triplet: 96, 6F and 56. RGB value is (150,111,86). Sum of RGB (Red+Green+Blue) = 150+111+86=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F56 is #6990A9. Grayscale: #777777. Windows color (decimal): -6918314 or 5664662. OLE color: 5664662.

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

Color convert

RGB 150 111 86 -
CMYK 0 0.26 0.43 0.41
HSL 23.44º 0.27% 0.46% -
HSV(B) 23.44º 0.43% 0.59% -
XYZ 19.94 18.52 11.33 -
YUV 119.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 150 111 86 0 0.26 0.43 0.41 23.44 0.27 0.46
Hex 96 6F 56 0 1A 2B 29 17 1B 2E
Octal 226 157 126 0 32 53 51 27 33 56
Binary 10010110 1101111 1010110 0 11010 101011 101001 10111 11011 101110

Color Harmonies of #966F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F56

Black with #966F56

Text Example


Text Example

White with #966F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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