#969793

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

Shades of Delta #969793

Tints of Delta #969793

Color information

#969793 (or 0x969793) is unknown color: approx Delta. HEX triplet: 96, 97 and 93. RGB value is (150,151,147). Sum of RGB (Red+Green+Blue) = 150+151+147=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 151 - color contains mainly: green. Hex color #969793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969793 is #69686C. Grayscale: #969696. Windows color (decimal): -6908013 or 9672598. OLE color: 9672598.

HSL color Cylindrical-coordinate representation of color #969793: hue angle of 75º 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 #969793 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150151147-
CMYK0.0100.030.41
HSL75º1.89%58.43%-
HSV(B)75º2.65%59.22%-
XYZ28.9130.7232.01-
YUV150.24126.17127.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=33.48%
G=33.71%
B=32.81%

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
Decimal1501511470.0100.030.41751.8958.43
Hex969793103294b23a
Octal22622722310351113272
Binary1001011010010111100100111011101001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969793; }

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

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

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

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

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

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

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

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