Html Css Color HEX #967E6D Squirrel

📋 copy color: '#967E6D'

red 150 ◦ green 126 ◦ blue 109

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

Shades of Squirrel #967E6D

Tints of Squirrel #967E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 38.96%
G = 32.73%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#967E6D (or 0x967E6D) is known color: Squirrel. HEX triplet: 96, 7E and 6D. RGB value is (150,126,109). Sum of RGB (Red+Green+Blue) = 150+126+109=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E6D is #698192. Grayscale: #838383. Windows color (decimal): -6914451 or 7175830. OLE color: 7175830.

HSL color Cylindrical-coordinate representation of color #967E6D: hue angle of 24.88º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967E6D is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 109 -
CMYK 0 0.16 0.27 0.41
HSL 24.88º 0.16% 0.51% -
HSV(B) 24.88º 0.27% 0.59% -
XYZ 22.8 22.51 17.61 -
YUV 131.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 150 126 109 0 0.16 0.27 0.41 24.88 0.16 0.51
Hex 96 7E 6D 0 10 1B 29 19 10 33
Octal 226 176 155 0 20 33 51 31 20 63
Binary 10010110 1111110 1101101 0 10000 11011 101001 11001 10000 110011

Color Harmonies of #967E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E6D

Black with #967E6D

Text Example


Text Example

White with #967E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E6D; }

 p { color: rgb(150,126,109); }

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

background-color css

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

 a { background-color: rgb(150,126,109); }

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

border-color css

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

 span { border-color: rgb(150,126,109); }

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