Html Css Color HEX #967966 Squirrel

📋 copy color: '#967966'

red 150 ◦ green 121 ◦ blue 102

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

Shades of Squirrel #967966

Tints of Squirrel #967966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 40.21%
G = 32.44%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#967966 (or 0x967966) is known color: Squirrel. HEX triplet: 96, 79 and 66. RGB value is (150,121,102). Sum of RGB (Red+Green+Blue) = 150+121+102=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #967966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967966 is #698699. Grayscale: #7F7F7F. Windows color (decimal): -6915738 or 6715798. OLE color: 6715798.

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

Color convert

RGB 150 121 102 -
CMYK 0 0.19 0.32 0.41
HSL 23.75º 0.19% 0.49% -
HSV(B) 23.75º 0.32% 0.59% -
XYZ 21.81 21.12 15.5 -
YUV 127.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 150 121 102 0 0.19 0.32 0.41 23.75 0.19 0.49
Hex 96 79 66 0 13 20 29 18 13 31
Octal 226 171 146 0 23 40 51 30 23 61
Binary 10010110 1111001 1100110 0 10011 100000 101001 11000 10011 110001

Color Harmonies of #967966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967966

Black with #967966

Text Example


Text Example

White with #967966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967966; }

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

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

background-color css

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

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

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

border-color css

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

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

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