Html Css Color HEX #968470 Squirrel

📋 copy color: '#968470'

red 150 ◦ green 132 ◦ blue 112

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

Shades of Squirrel #968470

Tints of Squirrel #968470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 38.07%
G = 33.5%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968470 (or 0x968470) is known color: Squirrel. HEX triplet: 96, 84 and 70. RGB value is (150,132,112). Sum of RGB (Red+Green+Blue) = 150+132+112=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968470 is #697B8F. Grayscale: #878787. Windows color (decimal): -6912912 or 7373974. OLE color: 7373974.

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

Color convert

RGB 150 132 112 -
CMYK 0 0.12 0.25 0.41
HSL 31.58º 0.15% 0.51% -
HSV(B) 31.58º 0.25% 0.59% -
XYZ 23.75 24.16 18.74 -
YUV 135.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 150 132 112 0 0.12 0.25 0.41 31.58 0.15 0.51
Hex 96 84 70 0 C 19 29 20 F 33
Octal 226 204 160 0 14 31 51 40 17 63
Binary 10010110 10000100 1110000 0 1100 11001 101001 100000 1111 110011

Color Harmonies of #968470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968470

Black with #968470

Text Example


Text Example

White with #968470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968470; }

 p { color: rgb(150,132,112); }

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

background-color css

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

 a { background-color: rgb(150,132,112); }

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

border-color css

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

 span { border-color: rgb(150,132,112); }

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