#969792

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

Shades of Delta #969792

Tints of Delta #969792

Color information

#969792 (or 0x969792) is unknown color: approx Delta. HEX triplet: 96, 97 and 92. RGB value is (150,151,146). Sum of RGB (Red+Green+Blue) = 150+151+146=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 151 - color contains mainly: green. Hex color #969792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969792 is #69686D. Grayscale: #969696. Windows color (decimal): -6908014 or 9607062. OLE color: 9607062.

HSL color Cylindrical-coordinate representation of color #969792: hue angle of 72º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969792 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150151146-
CMYK0.0100.030.41
HSL72º2.35%58.24%-
HSV(B)72º3.31%59.22%-
XYZ28.8330.6931.6-
YUV150.13125.67127.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=33.56%
G=33.78%
B=32.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511460.0100.030.41722.3558.24
Hex969792103294823a
Octal22622722210351110272
Binary1001011010010111100100101011101001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969792; }

 p { color: rgb(150,151,146); }

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

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

 a { background-color: rgb(150,151,146); }

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

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

 span { border-color: rgb(150,151,146); }

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