Html Css Color HEX #968380 Suva Grey

📋 copy color: '#968380'

red 150 ◦ green 131 ◦ blue 128

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

Shades of Suva Grey #968380

Tints of Suva Grey #968380

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 131 (51.56% from 255) = 32.03%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 36.67%
G = 32.03%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#968380 (or 0x968380) is known color: Suva Grey. HEX triplet: 96, 83 and 80. RGB value is (150,131,128). Sum of RGB (Red+Green+Blue) = 150+131+128=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968380 is #697C7F. Grayscale: #888888. Windows color (decimal): -6913152 or 8422294. OLE color: 8422294.

HSL color Cylindrical-coordinate representation of color #968380: hue angle of 8.18º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968380 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 128 -
CMYK 0 0.13 0.15 0.41
HSL 8.18º 0.09% 0.55% -
HSV(B) 8.18º 0.15% 0.59% -
XYZ 24.59 24.28 23.81 -
YUV 136.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 150 131 128 0 0.13 0.15 0.41 8.18 0.09 0.55
Hex 96 83 80 0 D F 29 8 9 37
Octal 226 203 200 0 15 17 51 10 11 67
Binary 10010110 10000011 10000000 0 1101 1111 101001 1000 1001 110111

Color Harmonies of #968380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968380

Black with #968380

Text Example


Text Example

White with #968380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968380; }

 p { color: rgb(150,131,128); }

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

background-color css

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

 a { background-color: rgb(150,131,128); }

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

border-color css

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

 span { border-color: rgb(150,131,128); }

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