Html Css Color HEX #967564 Beaver

📋 copy color: '#967564'

red 150 ◦ green 117 ◦ blue 100

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

Shades of Beaver #967564

Tints of Beaver #967564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 40.87%
G = 31.88%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#967564 (or 0x967564) is known color: Beaver. HEX triplet: 96, 75 and 64. RGB value is (150,117,100). Sum of RGB (Red+Green+Blue) = 150+117+100=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967564 is #698A9B. Grayscale: #7D7D7D. Windows color (decimal): -6916764 or 6583702. OLE color: 6583702.

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

Color convert

RGB 150 117 100 -
CMYK 0 0.22 0.33 0.41
HSL 20.4º 0.2% 0.49% -
HSV(B) 20.4º 0.33% 0.59% -
XYZ 21.24 20.13 14.82 -
YUV 124.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 150 117 100 0 0.22 0.33 0.41 20.4 0.2 0.49
Hex 96 75 64 0 16 21 29 14 14 31
Octal 226 165 144 0 26 41 51 24 24 61
Binary 10010110 1110101 1100100 0 10110 100001 101001 10100 10100 110001

Color Harmonies of #967564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967564

Black with #967564

Text Example


Text Example

White with #967564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967564; }

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

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

background-color css

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

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

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

border-color css

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

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

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