Html Css Color HEX #948677 Schooner

📋 copy color: '#948677'

red 148 ◦ green 134 ◦ blue 119

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

Shades of Schooner #948677

Tints of Schooner #948677

RGB

 RED value IS 148 (58.2% from 255) = 36.91%

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

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 36.91%
G = 33.42%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#948677 (or 0x948677) is known color: Schooner. HEX triplet: 94, 86 and 77. RGB value is (148,134,119). Sum of RGB (Red+Green+Blue) = 148+134+119=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948677 is #6B7988. Grayscale: #888888. Windows color (decimal): -7043465 or 7833236. OLE color: 7833236.

HSL color Cylindrical-coordinate representation of color #948677: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948677 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 119 -
CMYK 0 0.09 0.20 0.42
HSL 31.03º 0.12% 0.52% -
HSV(B) 31.03º 0.2% 0.58% -
XYZ 24.07 24.68 20.95 -
YUV 136.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 148 134 119 0 0.09 0.20 0.42 31.03 0.12 0.52
Hex 94 86 77 0 9 14 2A 1F C 34
Octal 224 206 167 0 11 24 52 37 14 64
Binary 10010100 10000110 1110111 0 1001 10100 101010 11111 1100 110100

Color Harmonies of #948677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948677

Black with #948677

Text Example


Text Example

White with #948677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948677; }

 p { color: rgb(148,134,119); }

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

background-color css

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

 a { background-color: rgb(148,134,119); }

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

border-color css

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

 span { border-color: rgb(148,134,119); }

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