Html Css Color HEX #958675 Schooner

📋 copy color: '#958675'

red 149 ◦ green 134 ◦ blue 117

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

Shades of Schooner #958675

Tints of Schooner #958675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 37.25%
G = 33.5%
B = 29.25%

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

#958675 (or 0x958675) is known color: Schooner. HEX triplet: 95, 86 and 75. RGB value is (149,134,117). Sum of RGB (Red+Green+Blue) = 149+134+117=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958675 is #6A798A. Grayscale: #888888. Windows color (decimal): -6977931 or 7702165. OLE color: 7702165.

HSL color Cylindrical-coordinate representation of color #958675: hue angle of 31.88º 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 #958675 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 117 -
CMYK 0 0.10 0.21 0.42
HSL 31.88º 0.13% 0.52% -
HSV(B) 31.88º 0.21% 0.58% -
XYZ 24.13 24.72 20.33 -
YUV 136.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 149 134 117 0 0.10 0.21 0.42 31.88 0.13 0.52
Hex 95 86 75 0 A 15 2A 20 D 34
Octal 225 206 165 0 12 25 52 40 15 64
Binary 10010101 10000110 1110101 0 1010 10101 101010 100000 1101 110100

Color Harmonies of #958675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958675

Black with #958675

Text Example


Text Example

White with #958675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958675; }

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

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

background-color css

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

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

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

border-color css

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

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

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