#999C97

Color #999C97 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #999C97

Tints of Delta #999C97

Color information

#999C97 (or 0x999C97) is unknown color: approx Delta. HEX triplet: 99, 9C and 97. RGB value is (153,156,151). Sum of RGB (Red+Green+Blue) = 153+156+151=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 156 - color contains mainly: green. Hex color #999C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C97 is #666368. Grayscale: #9A9A9A. Windows color (decimal): -6710121 or 9936025. OLE color: 9936025.

HSL color Cylindrical-coordinate representation of color #999C97: hue angle of 96º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999C97 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB153156151-
CMYK0.0200.030.39
HSL96º2.46%60.2%-
HSV(B)96º3.21%61.18%-
XYZ30.6132.7833.99-
YUV154.53126.01126.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=33.26%
G=33.91%
B=32.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561510.0200.030.39962.4660.2
Hex999C97203276023c
Octal23123422720347140274
Binary10011001100111001001011110011100111110000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C97; }

 p { color: rgb(153,156,151); }

 H1.HeaderClassName
 {
   color: #999C97;
 }
 .AnyTagClassName
 {
   color: #999C97;
 }
</style>
background-color css

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

 a { background-color: rgb(153,156,151); }

 div.DivClassName
 {
   background-color: #999C97;
 }
 .BgClassName
 {
   background-color: #999C97;
 }
</style>
border-color css

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

 span { border-color: rgb(153,156,151); }

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