Html Css Color HEX #918474 Schooner

📋 copy color: '#918474'

red 145 ◦ green 132 ◦ blue 116

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

Shades of Schooner #918474

Tints of Schooner #918474

RGB

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

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

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

R = 36.9%
G = 33.59%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#918474 (or 0x918474) is known color: Schooner. HEX triplet: 91, 84 and 74. RGB value is (145,132,116). Sum of RGB (Red+Green+Blue) = 145+132+116=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918474 is #6E7B8B. Grayscale: #868686. Windows color (decimal): -7240588 or 7636113. OLE color: 7636113.

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

Color convert

RGB 145 132 116 -
CMYK 0 0.09 0.2 0.43
HSL 33.1º 0.12% 0.51% -
HSV(B) 33.1º 0.2% 0.57% -
XYZ 23.08 23.78 19.9 -
YUV 134.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 145 132 116 0 0.09 0.2 0.43 33.1 0.12 0.51
Hex 91 84 74 0 9 14 2B 21 C 33
Octal 221 204 164 0 11 24 53 41 14 63
Binary 10010001 10000100 1110100 0 1001 10100 101011 100001 1100 110011

Color Harmonies of #918474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918474

Black with #918474

Text Example


Text Example

White with #918474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918474; }

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

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

background-color css

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

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

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

border-color css

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

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

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