Html Css Color HEX #967057 Beaver

📋 copy color: '#967057'

red 150 ◦ green 112 ◦ blue 87

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

Shades of Beaver #967057

Tints of Beaver #967057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 42.98%
G = 32.09%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#967057 (or 0x967057) is known color: Beaver. HEX triplet: 96, 70 and 57. RGB value is (150,112,87). Sum of RGB (Red+Green+Blue) = 150+112+87=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #967057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967057 is #698FA8. Grayscale: #787878. Windows color (decimal): -6918057 or 5730454. OLE color: 5730454.

HSL color Cylindrical-coordinate representation of color #967057: hue angle of 23.81º 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 #967057 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 87 -
CMYK 0 0.25 0.42 0.41
HSL 23.81º 0.27% 0.46% -
HSV(B) 23.81º 0.42% 0.59% -
XYZ 20.09 18.76 11.58 -
YUV 120.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 150 112 87 0 0.25 0.42 0.41 23.81 0.27 0.46
Hex 96 70 57 0 19 2A 29 18 1B 2E
Octal 226 160 127 0 31 52 51 30 33 56
Binary 10010110 1110000 1010111 0 11001 101010 101001 11000 11011 101110

Color Harmonies of #967057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967057

Black with #967057

Text Example


Text Example

White with #967057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967057; }

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

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

background-color css

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

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

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

border-color css

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

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

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