Html Css Color HEX #948683 Suva Grey

📋 copy color: '#948683'

red 148 ◦ green 134 ◦ blue 131

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

Shades of Suva Grey #948683

Tints of Suva Grey #948683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 35.84%
G = 32.45%
B = 31.72%

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

#948683 (or 0x948683) is known color: Suva Grey. HEX triplet: 94, 86 and 83. RGB value is (148,134,131). Sum of RGB (Red+Green+Blue) = 148+134+131=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948683 is #6B797C. Grayscale: #898989. Windows color (decimal): -7043453 or 8619668. OLE color: 8619668.

HSL color Cylindrical-coordinate representation of color #948683: hue angle of 10.59º 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 #948683 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 131 -
CMYK 0 0.09 0.11 0.42
HSL 10.59º 0.07% 0.55% -
HSV(B) 10.59º 0.11% 0.58% -
XYZ 24.83 24.98 24.99 -
YUV 137.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 148 134 131 0 0.09 0.11 0.42 10.59 0.07 0.55
Hex 94 86 83 0 9 B 2A B 7 37
Octal 224 206 203 0 11 13 52 13 7 67
Binary 10010100 10000110 10000011 0 1001 1011 101010 1011 111 110111

Color Harmonies of #948683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948683

Black with #948683

Text Example


Text Example

White with #948683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948683; }

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

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

background-color css

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

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

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

border-color css

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

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

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