Html Css Color HEX #948684 Suva Grey

📋 copy color: '#948684'

red 148 ◦ green 134 ◦ blue 132

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

Shades of Suva Grey #948684

Tints of Suva Grey #948684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 35.75%
G = 32.37%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948684 (or 0x948684) is known color: Suva Grey. HEX triplet: 94, 86 and 84. RGB value is (148,134,132). Sum of RGB (Red+Green+Blue) = 148+134+132=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948684 is #6B797B. Grayscale: #898989. Windows color (decimal): -7043452 or 8685204. OLE color: 8685204.

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

Color convert

RGB 148 134 132 -
CMYK 0 0.09 0.11 0.42
HSL 7.5º 0.07% 0.55% -
HSV(B) 7.5º 0.11% 0.58% -
XYZ 24.9 25.01 25.35 -
YUV 137.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 148 134 132 0 0.09 0.11 0.42 7.5 0.07 0.55
Hex 94 86 84 0 9 B 2A 8 7 37
Octal 224 206 204 0 11 13 52 10 7 67
Binary 10010100 10000110 10000100 0 1001 1011 101010 1000 111 110111

Color Harmonies of #948684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948684

Black with #948684

Text Example


Text Example

White with #948684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948684; }

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

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

background-color css

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

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

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

border-color css

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

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

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