Html Css Color HEX #967561 Beaver

📋 copy color: '#967561'

red 150 ◦ green 117 ◦ blue 97

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

Shades of Beaver #967561

Tints of Beaver #967561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 41.21%
G = 32.14%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967561 (or 0x967561) is known color: Beaver. HEX triplet: 96, 75 and 61. RGB value is (150,117,97). Sum of RGB (Red+Green+Blue) = 150+117+97=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #967561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967561 is #698A9E. Grayscale: #7C7C7C. Windows color (decimal): -6916767 or 6387094. OLE color: 6387094.

HSL color Cylindrical-coordinate representation of color #967561: hue angle of 22.64º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967561 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 97 -
CMYK 0 0.22 0.35 0.41
HSL 22.64º 0.21% 0.48% -
HSV(B) 22.64º 0.35% 0.59% -
XYZ 21.1 20.07 14.07 -
YUV 124.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 150 117 97 0 0.22 0.35 0.41 22.64 0.21 0.48
Hex 96 75 61 0 16 23 29 17 15 30
Octal 226 165 141 0 26 43 51 27 25 60
Binary 10010110 1110101 1100001 0 10110 100011 101001 10111 10101 110000

Color Harmonies of #967561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967561

Black with #967561

Text Example


Text Example

White with #967561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967561; }

 p { color: rgb(150,117,97); }

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

background-color css

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

 a { background-color: rgb(150,117,97); }

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

border-color css

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

 span { border-color: rgb(150,117,97); }

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