Html Css Color HEX #957A6A Squirrel

📋 copy color: '#957A6A'

red 149 ◦ green 122 ◦ blue 106

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

Shades of Squirrel #957A6A

Tints of Squirrel #957A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 39.52%
G = 32.36%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#957A6A (or 0x957A6A) is known color: Squirrel. HEX triplet: 95, 7A and 6A. RGB value is (149,122,106). Sum of RGB (Red+Green+Blue) = 149+122+106=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #957A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A6A is #6A8595. Grayscale: #808080. Windows color (decimal): -6981014 or 6978197. OLE color: 6978197.

HSL color Cylindrical-coordinate representation of color #957A6A: hue angle of 22.33º 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 #957A6A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 106 -
CMYK 0 0.18 0.29 0.42
HSL 22.33º 0.17% 0.5% -
HSV(B) 22.33º 0.29% 0.58% -
XYZ 21.96 21.35 16.6 -
YUV 128.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 149 122 106 0 0.18 0.29 0.42 22.33 0.17 0.5
Hex 95 7A 6A 0 12 1D 2A 16 11 32
Octal 225 172 152 0 22 35 52 26 21 62
Binary 10010101 1111010 1101010 0 10010 11101 101010 10110 10001 110010

Color Harmonies of #957A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A6A

Black with #957A6A

Text Example


Text Example

White with #957A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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