Html Css Color HEX #967560 Beaver

📋 copy color: '#967560'

red 150 ◦ green 117 ◦ blue 96

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

Shades of Beaver #967560

Tints of Beaver #967560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 41.32%
G = 32.23%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#967560 (or 0x967560) is known color: Beaver. HEX triplet: 96, 75 and 60. RGB value is (150,117,96). Sum of RGB (Red+Green+Blue) = 150+117+96=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967560 is #698A9F. Grayscale: #7C7C7C. Windows color (decimal): -6916768 or 6321558. OLE color: 6321558.

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

Color convert

RGB 150 117 96 -
CMYK 0 0.22 0.36 0.41
HSL 23.33º 0.22% 0.48% -
HSV(B) 23.33º 0.36% 0.59% -
XYZ 21.05 20.05 13.83 -
YUV 124.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 150 117 96 0 0.22 0.36 0.41 23.33 0.22 0.48
Hex 96 75 60 0 16 24 29 17 16 30
Octal 226 165 140 0 26 44 51 27 26 60
Binary 10010110 1110101 1100000 0 10110 100100 101001 10111 10110 110000

Color Harmonies of #967560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967560

Black with #967560

Text Example


Text Example

White with #967560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967560; }

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

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

background-color css

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

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

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

border-color css

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

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

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