Html Css Color HEX #948678 Schooner

📋 copy color: '#948678'

red 148 ◦ green 134 ◦ blue 120

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

Shades of Schooner #948678

Tints of Schooner #948678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 36.82%
G = 33.33%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948678 (or 0x948678) is known color: Schooner. HEX triplet: 94, 86 and 78. RGB value is (148,134,120). Sum of RGB (Red+Green+Blue) = 148+134+120=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948678 is #6B7987. Grayscale: #888888. Windows color (decimal): -7043464 or 7898772. OLE color: 7898772.

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

Color convert

RGB 148 134 120 -
CMYK 0 0.09 0.19 0.42
HSL 30º 0.12% 0.53% -
HSV(B) 30º 0.19% 0.58% -
XYZ 24.13 24.7 21.27 -
YUV 136.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 148 134 120 0 0.09 0.19 0.42 30 0.12 0.53
Hex 94 86 78 0 9 13 2A 1E C 35
Octal 224 206 170 0 11 23 52 36 14 65
Binary 10010100 10000110 1111000 0 1001 10011 101010 11110 1100 110101

Color Harmonies of #948678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948678

Black with #948678

Text Example


Text Example

White with #948678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948678; }

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

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

background-color css

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

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

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

border-color css

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

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

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