Html Css Color HEX #958467 Squirrel

📋 copy color: '#958467'

red 149 ◦ green 132 ◦ blue 103

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

Shades of Squirrel #958467

Tints of Squirrel #958467

RGB

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

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

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

R = 38.8%
G = 34.38%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958467 (or 0x958467) is known color: Squirrel. HEX triplet: 95, 84 and 67. RGB value is (149,132,103). Sum of RGB (Red+Green+Blue) = 149+132+103=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958467 is #6A7B98. Grayscale: #858585. Windows color (decimal): -6978457 or 6784149. OLE color: 6784149.

HSL color Cylindrical-coordinate representation of color #958467: hue angle of 37.83º 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 #958467 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 103 -
CMYK 0 0.11 0.31 0.42
HSL 37.83º 0.18% 0.49% -
HSV(B) 37.83º 0.31% 0.58% -
XYZ 23.09 23.87 16.22 -
YUV 133.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 149 132 103 0 0.11 0.31 0.42 37.83 0.18 0.49
Hex 95 84 67 0 B 1F 2A 26 12 31
Octal 225 204 147 0 13 37 52 46 22 61
Binary 10010101 10000100 1100111 0 1011 11111 101010 100110 10010 110001

Color Harmonies of #958467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958467

Black with #958467

Text Example


Text Example

White with #958467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958467; }

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

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

background-color css

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

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

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

border-color css

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

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

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