Html Css Color HEX #968270 Squirrel

📋 copy color: '#968270'

red 150 ◦ green 130 ◦ blue 112

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

Shades of Squirrel #968270

Tints of Squirrel #968270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 38.27%
G = 33.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968270 (or 0x968270) is known color: Squirrel. HEX triplet: 96, 82 and 70. RGB value is (150,130,112). Sum of RGB (Red+Green+Blue) = 150+130+112=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #968270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968270 is #697D8F. Grayscale: #868686. Windows color (decimal): -6913424 or 7373462. OLE color: 7373462.

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

Color convert

RGB 150 130 112 -
CMYK 0 0.13 0.25 0.41
HSL 28.42º 0.15% 0.51% -
HSV(B) 28.42º 0.25% 0.59% -
XYZ 23.48 23.62 18.65 -
YUV 133.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 150 130 112 0 0.13 0.25 0.41 28.42 0.15 0.51
Hex 96 82 70 0 D 19 29 1C F 33
Octal 226 202 160 0 15 31 51 34 17 63
Binary 10010110 10000010 1110000 0 1101 11001 101001 11100 1111 110011

Color Harmonies of #968270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968270

Black with #968270

Text Example


Text Example

White with #968270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968270; }

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

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

background-color css

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

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

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

border-color css

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

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

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