Html Css Color HEX #958775 Schooner

📋 copy color: '#958775'

red 149 ◦ green 135 ◦ blue 117

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

Shades of Schooner #958775

Tints of Schooner #958775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 37.16%
G = 33.67%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958775 (or 0x958775) is known color: Schooner. HEX triplet: 95, 87 and 75. RGB value is (149,135,117). Sum of RGB (Red+Green+Blue) = 149+135+117=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958775 is #6A788A. Grayscale: #898989. Windows color (decimal): -6977675 or 7702421. OLE color: 7702421.

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

Color convert

RGB 149 135 117 -
CMYK 0 0.09 0.21 0.42
HSL 33.75º 0.13% 0.52% -
HSV(B) 33.75º 0.21% 0.58% -
XYZ 24.27 25 20.38 -
YUV 137.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 149 135 117 0 0.09 0.21 0.42 33.75 0.13 0.52
Hex 95 87 75 0 9 15 2A 22 D 34
Octal 225 207 165 0 11 25 52 42 15 64
Binary 10010101 10000111 1110101 0 1001 10101 101010 100010 1101 110100

Color Harmonies of #958775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958775

Black with #958775

Text Example


Text Example

White with #958775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958775; }

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

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

background-color css

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

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

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

border-color css

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

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

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