Html Css Color HEX #918672 Schooner

📋 copy color: '#918672'

red 145 ◦ green 134 ◦ blue 114

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

Shades of Schooner #918672

Tints of Schooner #918672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 36.9%
G = 34.1%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918672 (or 0x918672) is known color: Schooner. HEX triplet: 91, 86 and 72. RGB value is (145,134,114). Sum of RGB (Red+Green+Blue) = 145+134+114=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918672 is #6E798D. Grayscale: #878787. Windows color (decimal): -7240078 or 7505553. OLE color: 7505553.

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

Color convert

RGB 145 134 114 -
CMYK 0 0.08 0.21 0.43
HSL 38.71º 0.12% 0.51% -
HSV(B) 38.71º 0.21% 0.57% -
XYZ 23.24 24.28 19.38 -
YUV 135.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 145 134 114 0 0.08 0.21 0.43 38.71 0.12 0.51
Hex 91 86 72 0 8 15 2B 27 C 33
Octal 221 206 162 0 10 25 53 47 14 63
Binary 10010001 10000110 1110010 0 1000 10101 101011 100111 1100 110011

Color Harmonies of #918672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918672

Black with #918672

Text Example


Text Example

White with #918672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918672; }

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

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

background-color css

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

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

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

border-color css

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

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

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