Html Css Color HEX #968581 Suva Grey

📋 copy color: '#968581'

red 150 ◦ green 133 ◦ blue 129

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

Shades of Suva Grey #968581

Tints of Suva Grey #968581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 36.41%
G = 32.28%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#968581 (or 0x968581) is known color: Suva Grey. HEX triplet: 96, 85 and 81. RGB value is (150,133,129). Sum of RGB (Red+Green+Blue) = 150+133+129=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968581 is #697A7E. Grayscale: #898989. Windows color (decimal): -6912639 or 8488342. OLE color: 8488342.

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

Color convert

RGB 150 133 129 -
CMYK 0 0.11 0.14 0.41
HSL 11.43º 0.09% 0.55% -
HSV(B) 11.43º 0.14% 0.59% -
XYZ 24.93 24.84 24.25 -
YUV 137.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 150 133 129 0 0.11 0.14 0.41 11.43 0.09 0.55
Hex 96 85 81 0 B E 29 B 9 37
Octal 226 205 201 0 13 16 51 13 11 67
Binary 10010110 10000101 10000001 0 1011 1110 101001 1011 1001 110111

Color Harmonies of #968581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968581

Black with #968581

Text Example


Text Example

White with #968581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968581; }

 p { color: rgb(150,133,129); }

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

background-color css

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

 a { background-color: rgb(150,133,129); }

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

border-color css

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

 span { border-color: rgb(150,133,129); }

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