Html Css Color HEX #968268 Squirrel

📋 copy color: '#968268'

red 150 ◦ green 130 ◦ blue 104

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

Shades of Squirrel #968268

Tints of Squirrel #968268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 39.06%
G = 33.85%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968268 (or 0x968268) is known color: Squirrel. HEX triplet: 96, 82 and 68. RGB value is (150,130,104). Sum of RGB (Red+Green+Blue) = 150+130+104=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968268 is #697D97. Grayscale: #858585. Windows color (decimal): -6913432 or 6849174. OLE color: 6849174.

HSL color Cylindrical-coordinate representation of color #968268: hue angle of 33.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968268 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 104 -
CMYK 0 0.13 0.31 0.41
HSL 33.91º 0.18% 0.5% -
HSV(B) 33.91º 0.31% 0.59% -
XYZ 23.06 23.45 16.41 -
YUV 133.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 150 130 104 0 0.13 0.31 0.41 33.91 0.18 0.5
Hex 96 82 68 0 D 1F 29 22 12 32
Octal 226 202 150 0 15 37 51 42 22 62
Binary 10010110 10000010 1101000 0 1101 11111 101001 100010 10010 110010

Color Harmonies of #968268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968268

Black with #968268

Text Example


Text Example

White with #968268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968268; }

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

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

background-color css

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

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

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

border-color css

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

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

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