Html Css Color HEX #967359 Beaver

📋 copy color: '#967359'

red 150 ◦ green 115 ◦ blue 89

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

Shades of Beaver #967359

Tints of Beaver #967359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 42.37%
G = 32.49%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#967359 (or 0x967359) is known color: Beaver. HEX triplet: 96, 73 and 59. RGB value is (150,115,89). Sum of RGB (Red+Green+Blue) = 150+115+89=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967359 is #698CA6. Grayscale: #7A7A7A. Windows color (decimal): -6917287 or 5862294. OLE color: 5862294.

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

Color convert

RGB 150 115 89 -
CMYK 0 0.23 0.41 0.41
HSL 25.57º 0.26% 0.47% -
HSV(B) 25.57º 0.41% 0.59% -
XYZ 20.51 19.47 12.13 -
YUV 122.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 150 115 89 0 0.23 0.41 0.41 25.57 0.26 0.47
Hex 96 73 59 0 17 29 29 1A 1A 2F
Octal 226 163 131 0 27 51 51 32 32 57
Binary 10010110 1110011 1011001 0 10111 101001 101001 11010 11010 101111

Color Harmonies of #967359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967359

Black with #967359

Text Example


Text Example

White with #967359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967359; }

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

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

background-color css

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

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

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

border-color css

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

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

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