Html Css Color HEX #957B6A Squirrel

📋 copy color: '#957B6A'

red 149 ◦ green 123 ◦ blue 106

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

Shades of Squirrel #957B6A

Tints of Squirrel #957B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 39.42%
G = 32.54%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#957B6A (or 0x957B6A) is known color: Squirrel. HEX triplet: 95, 7B and 6A. RGB value is (149,123,106). Sum of RGB (Red+Green+Blue) = 149+123+106=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B6A is #6A8495. Grayscale: #808080. Windows color (decimal): -6980758 or 6978453. OLE color: 6978453.

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

Color convert

RGB 149 123 106 -
CMYK 0 0.17 0.29 0.42
HSL 23.72º 0.17% 0.5% -
HSV(B) 23.72º 0.29% 0.58% -
XYZ 22.08 21.6 16.64 -
YUV 128.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 149 123 106 0 0.17 0.29 0.42 23.72 0.17 0.5
Hex 95 7B 6A 0 11 1D 2A 18 11 32
Octal 225 173 152 0 21 35 52 30 21 62
Binary 10010101 1111011 1101010 0 10001 11101 101010 11000 10001 110010

Color Harmonies of #957B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B6A

Black with #957B6A

Text Example


Text Example

White with #957B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,106); }

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

background-color css

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

 a { background-color: rgb(149,123,106); }

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

border-color css

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

 span { border-color: rgb(149,123,106); }

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