Html Css Color HEX #958367 Squirrel

📋 copy color: '#958367'

red 149 ◦ green 131 ◦ blue 103

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

Shades of Squirrel #958367

Tints of Squirrel #958367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.89%

R = 38.9%
G = 34.2%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958367 (or 0x958367) is known color: Squirrel. HEX triplet: 95, 83 and 67. RGB value is (149,131,103). Sum of RGB (Red+Green+Blue) = 149+131+103=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958367 is #6A7C98. Grayscale: #858585. Windows color (decimal): -6978713 or 6783893. OLE color: 6783893.

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

Color convert

RGB 149 131 103 -
CMYK 0 0.12 0.31 0.42
HSL 36.52º 0.18% 0.49% -
HSV(B) 36.52º 0.31% 0.58% -
XYZ 22.96 23.6 16.18 -
YUV 133.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 149 131 103 0 0.12 0.31 0.42 36.52 0.18 0.49
Hex 95 83 67 0 C 1F 2A 25 12 31
Octal 225 203 147 0 14 37 52 45 22 61
Binary 10010101 10000011 1100111 0 1100 11111 101010 100101 10010 110001

Color Harmonies of #958367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958367

Black with #958367

Text Example


Text Example

White with #958367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958367; }

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

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

background-color css

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

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

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

border-color css

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

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

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