Html Css Color HEX #958368 Squirrel

📋 copy color: '#958368'

red 149 ◦ green 131 ◦ blue 104

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

Shades of Squirrel #958368

Tints of Squirrel #958368

RGB

 RED value IS 149 (58.59% from 255) = 38.8%

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 38.8%
G = 34.11%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958368 (or 0x958368) is known color: Squirrel. HEX triplet: 95, 83 and 68. RGB value is (149,131,104). Sum of RGB (Red+Green+Blue) = 149+131+104=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958368 is #6A7C97. Grayscale: #858585. Windows color (decimal): -6978712 or 6849429. OLE color: 6849429.

HSL color Cylindrical-coordinate representation of color #958368: hue angle of 36º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958368 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 104 -
CMYK 0 0.12 0.30 0.42
HSL 36º 0.18% 0.5% -
HSV(B) 36º 0.3% 0.58% -
XYZ 23.01 23.62 16.44 -
YUV 133.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 149 131 104 0 0.12 0.30 0.42 36 0.18 0.5
Hex 95 83 68 0 C 1E 2A 24 12 32
Octal 225 203 150 0 14 36 52 44 22 62
Binary 10010101 10000011 1101000 0 1100 11110 101010 100100 10010 110010

Color Harmonies of #958368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958368

Black with #958368

Text Example


Text Example

White with #958368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958368; }

 p { color: rgb(149,131,104); }

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

background-color css

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

 a { background-color: rgb(149,131,104); }

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

border-color css

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

 span { border-color: rgb(149,131,104); }

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