Html Css Color HEX #967059 Beaver

📋 copy color: '#967059'

red 150 ◦ green 112 ◦ blue 89

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

Shades of Beaver #967059

Tints of Beaver #967059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 42.74%
G = 31.91%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#967059 (or 0x967059) is known color: Beaver. HEX triplet: 96, 70 and 59. RGB value is (150,112,89). Sum of RGB (Red+Green+Blue) = 150+112+89=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967059 is #698FA6. Grayscale: #787878. Windows color (decimal): -6918055 or 5861526. OLE color: 5861526.

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

Color convert

RGB 150 112 89 -
CMYK 0 0.25 0.41 0.41
HSL 22.62º 0.26% 0.47% -
HSV(B) 22.62º 0.41% 0.59% -
XYZ 20.18 18.79 12.02 -
YUV 120.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 150 112 89 0 0.25 0.41 0.41 22.62 0.26 0.47
Hex 96 70 59 0 19 29 29 17 1A 2F
Octal 226 160 131 0 31 51 51 27 32 57
Binary 10010110 1110000 1011001 0 11001 101001 101001 10111 11010 101111

Color Harmonies of #967059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967059

Black with #967059

Text Example


Text Example

White with #967059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967059; }

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

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

background-color css

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

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

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

border-color css

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

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

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