Html Css Color HEX #958674 Schooner

📋 copy color: '#958674'

red 149 ◦ green 134 ◦ blue 116

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

Shades of Schooner #958674

Tints of Schooner #958674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 37.34%
G = 33.58%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958674 (or 0x958674) is known color: Schooner. HEX triplet: 95, 86 and 74. RGB value is (149,134,116). Sum of RGB (Red+Green+Blue) = 149+134+116=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958674 is #6A798B. Grayscale: #888888. Windows color (decimal): -6977932 or 7636629. OLE color: 7636629.

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

Color convert

RGB 149 134 116 -
CMYK 0 0.10 0.22 0.42
HSL 32.73º 0.13% 0.52% -
HSV(B) 32.73º 0.22% 0.58% -
XYZ 24.07 24.7 20.02 -
YUV 136.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 149 134 116 0 0.10 0.22 0.42 32.73 0.13 0.52
Hex 95 86 74 0 A 16 2A 21 D 34
Octal 225 206 164 0 12 26 52 41 15 64
Binary 10010101 10000110 1110100 0 1010 10110 101010 100001 1101 110100

Color Harmonies of #958674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958674

Black with #958674

Text Example


Text Example

White with #958674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958674; }

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

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

background-color css

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

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

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

border-color css

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

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

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