Html Css Color HEX #918470 Schooner

📋 copy color: '#918470'

red 145 ◦ green 132 ◦ blue 112

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

Shades of Schooner #918470

Tints of Schooner #918470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 37.28%
G = 33.93%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#918470 (or 0x918470) is known color: Schooner. HEX triplet: 91, 84 and 70. RGB value is (145,132,112). Sum of RGB (Red+Green+Blue) = 145+132+112=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918470 is #6E7B8F. Grayscale: #858585. Windows color (decimal): -7240592 or 7373969. OLE color: 7373969.

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

Color convert

RGB 145 132 112 -
CMYK 0 0.09 0.23 0.43
HSL 36.36º 0.13% 0.5% -
HSV(B) 36.36º 0.23% 0.57% -
XYZ 22.85 23.69 18.7 -
YUV 133.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 145 132 112 0 0.09 0.23 0.43 36.36 0.13 0.5
Hex 91 84 70 0 9 17 2B 24 D 32
Octal 221 204 160 0 11 27 53 44 15 62
Binary 10010001 10000100 1110000 0 1001 10111 101011 100100 1101 110010

Color Harmonies of #918470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918470

Black with #918470

Text Example


Text Example

White with #918470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918470; }

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

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

background-color css

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

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

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

border-color css

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

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

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