Html Css Color HEX #958683 Suva Grey

📋 copy color: '#958683'

red 149 ◦ green 134 ◦ blue 131

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

Shades of Suva Grey #958683

Tints of Suva Grey #958683

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

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

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

R = 35.99%
G = 32.37%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958683 (or 0x958683) is known color: Suva Grey. HEX triplet: 95, 86 and 83. RGB value is (149,134,131). Sum of RGB (Red+Green+Blue) = 149+134+131=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958683 is #6A797C. Grayscale: #8A8A8A. Windows color (decimal): -6977917 or 8619669. OLE color: 8619669.

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

Color convert

RGB 149 134 131 -
CMYK 0 0.10 0.12 0.42
HSL 10º 0.08% 0.55% -
HSV(B) 10º 0.12% 0.58% -
XYZ 25.02 25.08 24.99 -
YUV 138.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 149 134 131 0 0.10 0.12 0.42 10 0.08 0.55
Hex 95 86 83 0 A C 2A A 8 37
Octal 225 206 203 0 12 14 52 12 10 67
Binary 10010101 10000110 10000011 0 1010 1100 101010 1010 1000 110111

Color Harmonies of #958683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958683

Black with #958683

Text Example


Text Example

White with #958683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958683; }

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

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

background-color css

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

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

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

border-color css

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

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

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