Html Css Color HEX #957C65 Squirrel

📋 copy color: '#957C65'

red 149 ◦ green 124 ◦ blue 101

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

Shades of Squirrel #957C65

Tints of Squirrel #957C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 39.84%
G = 33.16%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957C65 (or 0x957C65) is known color: Squirrel. HEX triplet: 95, 7C and 65. RGB value is (149,124,101). Sum of RGB (Red+Green+Blue) = 149+124+101=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #957C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C65 is #6A839A. Grayscale: #808080. Windows color (decimal): -6980507 or 6651029. OLE color: 6651029.

HSL color Cylindrical-coordinate representation of color #957C65: hue angle of 28.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957C65 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 101 -
CMYK 0 0.17 0.32 0.42
HSL 28.75º 0.19% 0.49% -
HSV(B) 28.75º 0.32% 0.58% -
XYZ 21.95 21.74 15.35 -
YUV 128.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 149 124 101 0 0.17 0.32 0.42 28.75 0.19 0.49
Hex 95 7C 65 0 11 20 2A 1D 13 31
Octal 225 174 145 0 21 40 52 35 23 61
Binary 10010101 1111100 1100101 0 10001 100000 101010 11101 10011 110001

Color Harmonies of #957C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C65

Black with #957C65

Text Example


Text Example

White with #957C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,101); }

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

background-color css

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

 a { background-color: rgb(149,124,101); }

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

border-color css

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

 span { border-color: rgb(149,124,101); }

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