#969A91

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

Shades of Delta #969A91

Tints of Delta #969A91

Color information

#969A91 (or 0x969A91) is unknown color: approx Delta. HEX triplet: 96, 9A and 91. RGB value is (150,154,145). Sum of RGB (Red+Green+Blue) = 150+154+145=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #969A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A91 is #69656E. Grayscale: #979797. Windows color (decimal): -6907247 or 9542294. OLE color: 9542294.

HSL color Cylindrical-coordinate representation of color #969A91: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #969A91 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB150154145-
CMYK0.0300.060.40
HSL86.67º4.27%58.63%-
HSV(B)86.67º5.84%60.39%-
XYZ29.2431.6431.35-
YUV151.78124.17126.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=33.41%
G=34.30%
B=32.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501541450.0300.060.4086.674.2758.63
Hex969A91306285743b
Octal22623222130650127473
Binary1001011010011010100100011101101010001010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969A91; }

 p { color: rgb(150,154,145); }

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

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

 a { background-color: rgb(150,154,145); }

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

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

 span { border-color: rgb(150,154,145); }

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