Html Css Color HEX #968E8B Suva Grey

📋 copy color: '#968E8B'

red 150 ◦ green 142 ◦ blue 139

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

Shades of Suva Grey #968E8B

Tints of Suva Grey #968E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 34.8%
G = 32.95%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#968E8B (or 0x968E8B) is known color: Suva Grey. HEX triplet: 96, 8E and 8B. RGB value is (150,142,139). Sum of RGB (Red+Green+Blue) = 150+142+139=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #968E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E8B is #697174. Grayscale: #909090. Windows color (decimal): -6910325 or 9146006. OLE color: 9146006.

HSL color Cylindrical-coordinate representation of color #968E8B: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968E8B is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 139 -
CMYK 0 0.05 0.07 0.41
HSL 16.36º 0.05% 0.57% -
HSV(B) 16.36º 0.07% 0.59% -
XYZ 26.91 27.69 28.35 -
YUV 144.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 150 142 139 0 0.05 0.07 0.41 16.36 0.05 0.57
Hex 96 8E 8B 0 5 7 29 10 5 39
Octal 226 216 213 0 5 7 51 20 5 71
Binary 10010110 10001110 10001011 0 101 111 101001 10000 101 111001

Color Harmonies of #968E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E8B

Black with #968E8B

Text Example


Text Example

White with #968E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968E8B; }

 p { color: rgb(150,142,139); }

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

background-color css

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

 a { background-color: rgb(150,142,139); }

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

border-color css

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

 span { border-color: rgb(150,142,139); }

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