Html Css Color HEX #967764 Beaver

📋 copy color: '#967764'

red 150 ◦ green 119 ◦ blue 100

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

Shades of Beaver #967764

Tints of Beaver #967764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 40.65%
G = 32.25%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#967764 (or 0x967764) is known color: Beaver. HEX triplet: 96, 77 and 64. RGB value is (150,119,100). Sum of RGB (Red+Green+Blue) = 150+119+100=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967764 is #69889B. Grayscale: #7E7E7E. Windows color (decimal): -6916252 or 6584214. OLE color: 6584214.

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

Color convert

RGB 150 119 100 -
CMYK 0 0.21 0.33 0.41
HSL 22.8º 0.2% 0.49% -
HSV(B) 22.8º 0.33% 0.59% -
XYZ 21.47 20.6 14.9 -
YUV 126.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 150 119 100 0 0.21 0.33 0.41 22.8 0.2 0.49
Hex 96 77 64 0 15 21 29 17 14 31
Octal 226 167 144 0 25 41 51 27 24 61
Binary 10010110 1110111 1100100 0 10101 100001 101001 10111 10100 110001

Color Harmonies of #967764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967764

Black with #967764

Text Example


Text Example

White with #967764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967764; }

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

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

background-color css

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

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

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

border-color css

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

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

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