Html Css Color HEX #957B68 Squirrel

📋 copy color: '#957B68'

red 149 ◦ green 123 ◦ blue 104

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

Shades of Squirrel #957B68

Tints of Squirrel #957B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 39.63%
G = 32.71%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957B68 (or 0x957B68) is known color: Squirrel. HEX triplet: 95, 7B and 68. RGB value is (149,123,104). Sum of RGB (Red+Green+Blue) = 149+123+104=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #957B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B68 is #6A8497. Grayscale: #808080. Windows color (decimal): -6980760 or 6847381. OLE color: 6847381.

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

Color convert

RGB 149 123 104 -
CMYK 0 0.17 0.30 0.42
HSL 25.33º 0.18% 0.5% -
HSV(B) 25.33º 0.3% 0.58% -
XYZ 21.98 21.55 16.1 -
YUV 128.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 149 123 104 0 0.17 0.30 0.42 25.33 0.18 0.5
Hex 95 7B 68 0 11 1E 2A 19 12 32
Octal 225 173 150 0 21 36 52 31 22 62
Binary 10010101 1111011 1101000 0 10001 11110 101010 11001 10010 110010

Color Harmonies of #957B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B68

Black with #957B68

Text Example


Text Example

White with #957B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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