Html Css Color HEX #957D6D Squirrel

📋 copy color: '#957D6D'

red 149 ◦ green 125 ◦ blue 109

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

Shades of Squirrel #957D6D

Tints of Squirrel #957D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 38.9%
G = 32.64%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#957D6D (or 0x957D6D) is known color: Squirrel. HEX triplet: 95, 7D and 6D. RGB value is (149,125,109). Sum of RGB (Red+Green+Blue) = 149+125+109=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D6D is #6A8292. Grayscale: #828282. Windows color (decimal): -6980243 or 7175573. OLE color: 7175573.

HSL color Cylindrical-coordinate representation of color #957D6D: hue angle of 24º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957D6D is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 109 -
CMYK 0 0.16 0.27 0.42
HSL 24º 0.16% 0.51% -
HSV(B) 24º 0.27% 0.58% -
XYZ 22.49 22.16 17.56 -
YUV 130.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 149 125 109 0 0.16 0.27 0.42 24 0.16 0.51
Hex 95 7D 6D 0 10 1B 2A 18 10 33
Octal 225 175 155 0 20 33 52 30 20 63
Binary 10010101 1111101 1101101 0 10000 11011 101010 11000 10000 110011

Color Harmonies of #957D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D6D

Black with #957D6D

Text Example


Text Example

White with #957D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D6D; }

 p { color: rgb(149,125,109); }

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

background-color css

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

 a { background-color: rgb(149,125,109); }

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

border-color css

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

 span { border-color: rgb(149,125,109); }

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