Html Css Color HEX #967766 Beaver

📋 copy color: '#967766'

red 150 ◦ green 119 ◦ blue 102

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

Shades of Beaver #967766

Tints of Beaver #967766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 40.43%
G = 32.08%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#967766 (or 0x967766) is known color: Beaver. HEX triplet: 96, 77 and 66. RGB value is (150,119,102). Sum of RGB (Red+Green+Blue) = 150+119+102=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967766 is #698899. Grayscale: #7E7E7E. Windows color (decimal): -6916250 or 6715286. OLE color: 6715286.

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

Color convert

RGB 150 119 102 -
CMYK 0 0.21 0.32 0.41
HSL 21.25º 0.19% 0.49% -
HSV(B) 21.25º 0.32% 0.59% -
XYZ 21.57 20.64 15.42 -
YUV 126.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 150 119 102 0 0.21 0.32 0.41 21.25 0.19 0.49
Hex 96 77 66 0 15 20 29 15 13 31
Octal 226 167 146 0 25 40 51 25 23 61
Binary 10010110 1110111 1100110 0 10101 100000 101001 10101 10011 110001

Color Harmonies of #967766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967766

Black with #967766

Text Example


Text Example

White with #967766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967766; }

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

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

background-color css

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

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

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

border-color css

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

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

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