Html Css Color HEX #918575 Schooner

📋 copy color: '#918575'

red 145 ◦ green 133 ◦ blue 117

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

Shades of Schooner #918575

Tints of Schooner #918575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 36.71%
G = 33.67%
B = 29.62%

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

#918575 (or 0x918575) is known color: Schooner. HEX triplet: 91, 85 and 75. RGB value is (145,133,117). Sum of RGB (Red+Green+Blue) = 145+133+117=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918575 is #6E7A8A. Grayscale: #868686. Windows color (decimal): -7240331 or 7701905. OLE color: 7701905.

HSL color Cylindrical-coordinate representation of color #918575: hue angle of 34.29º 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 #918575 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 133 117 -
CMYK 0 0.08 0.19 0.43
HSL 34.29º 0.11% 0.51% -
HSV(B) 34.29º 0.19% 0.57% -
XYZ 23.28 24.08 20.25 -
YUV 134.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 145 133 117 0 0.08 0.19 0.43 34.29 0.11 0.51
Hex 91 85 75 0 8 13 2B 22 B 33
Octal 221 205 165 0 10 23 53 42 13 63
Binary 10010001 10000101 1110101 0 1000 10011 101011 100010 1011 110011

Color Harmonies of #918575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918575

Black with #918575

Text Example


Text Example

White with #918575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918575; }

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

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

background-color css

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

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

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

border-color css

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

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

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