Html Css Color HEX #958676 Schooner

📋 copy color: '#958676'

red 149 ◦ green 134 ◦ blue 118

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

Shades of Schooner #958676

Tints of Schooner #958676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 37.16%
G = 33.42%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958676 (or 0x958676) is known color: Schooner. HEX triplet: 95, 86 and 76. RGB value is (149,134,118). Sum of RGB (Red+Green+Blue) = 149+134+118=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958676 is #6A7989. Grayscale: #888888. Windows color (decimal): -6977930 or 7767701. OLE color: 7767701.

HSL color Cylindrical-coordinate representation of color #958676: hue angle of 30.97º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958676 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 118 -
CMYK 0 0.10 0.21 0.42
HSL 30.97º 0.13% 0.52% -
HSV(B) 30.97º 0.21% 0.58% -
XYZ 24.19 24.75 20.64 -
YUV 136.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 149 134 118 0 0.10 0.21 0.42 30.97 0.13 0.52
Hex 95 86 76 0 A 15 2A 1F D 34
Octal 225 206 166 0 12 25 52 37 15 64
Binary 10010101 10000110 1110110 0 1010 10101 101010 11111 1101 110100

Color Harmonies of #958676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958676

Black with #958676

Text Example


Text Example

White with #958676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958676; }

 p { color: rgb(149,134,118); }

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

background-color css

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

 a { background-color: rgb(149,134,118); }

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

border-color css

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

 span { border-color: rgb(149,134,118); }

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