Html Css Color HEX #918676 Schooner

📋 copy color: '#918676'

red 145 ◦ green 134 ◦ blue 118

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

Shades of Schooner #918676

Tints of Schooner #918676

RGB

 RED value IS 145 (57.03% from 255) = 36.52%

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

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

R = 36.52%
G = 33.75%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918676 (or 0x918676) is known color: Schooner. HEX triplet: 91, 86 and 76. RGB value is (145,134,118). Sum of RGB (Red+Green+Blue) = 145+134+118=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918676 is #6E7989. Grayscale: #878787. Windows color (decimal): -7240074 or 7767697. OLE color: 7767697.

HSL color Cylindrical-coordinate representation of color #918676: hue angle of 35.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918676 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 134 118 -
CMYK 0 0.08 0.19 0.43
HSL 35.56º 0.11% 0.52% -
HSV(B) 35.56º 0.19% 0.57% -
XYZ 23.47 24.38 20.61 -
YUV 135.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 145 134 118 0 0.08 0.19 0.43 35.56 0.11 0.52
Hex 91 86 76 0 8 13 2B 24 B 34
Octal 221 206 166 0 10 23 53 44 13 64
Binary 10010001 10000110 1110110 0 1000 10011 101011 100100 1011 110100

Color Harmonies of #918676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918676

Black with #918676

Text Example


Text Example

White with #918676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918676; }

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

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

background-color css

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

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

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

border-color css

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

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

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