Html Css Color HEX #918475 Schooner

📋 copy color: '#918475'

red 145 ◦ green 132 ◦ blue 117

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

Shades of Schooner #918475

Tints of Schooner #918475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 36.8%
G = 33.5%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918475 (or 0x918475) is known color: Schooner. HEX triplet: 91, 84 and 75. RGB value is (145,132,117). Sum of RGB (Red+Green+Blue) = 145+132+117=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918475 is #6E7B8A. Grayscale: #868686. Windows color (decimal): -7240587 or 7701649. OLE color: 7701649.

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

Color convert

RGB 145 132 117 -
CMYK 0 0.09 0.19 0.43
HSL 32.14º 0.11% 0.51% -
HSV(B) 32.14º 0.19% 0.57% -
XYZ 23.14 23.81 20.21 -
YUV 134.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 145 132 117 0 0.09 0.19 0.43 32.14 0.11 0.51
Hex 91 84 75 0 9 13 2B 20 B 33
Octal 221 204 165 0 11 23 53 40 13 63
Binary 10010001 10000100 1110101 0 1001 10011 101011 100000 1011 110011

Color Harmonies of #918475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918475

Black with #918475

Text Example


Text Example

White with #918475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918475; }

 p { color: rgb(145,132,117); }

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

background-color css

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

 a { background-color: rgb(145,132,117); }

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

border-color css

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

 span { border-color: rgb(145,132,117); }

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